Skip to content

trejnado/solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program description

The program is recruiting basketball players and prints their basic stats.

As usually in sports the source of great players is a University, where a UniversityCoach is training new players. The coach sends new players to PlayerRecruiter, who in turn is asked to draft them (a lottery).

Data about all players is exported to CSV file for consumption by external systems.

Your task

... is to apply each of SOLID principles to improve the application.

Now do: git checkout -f step0