Homework #1 for Kottans C# courses
Instructions:
-
Read wiki
-
Fork or copy the contents of this repository to the folder with your hometasks
-
Open CitizenRegistry.sln in VS 2015. You will see two projects there: Citizens.Tests (with commented tests) and Citizens (for implementation)
-
Execute the following untill all the tests pass:
- Uncomment test
- Do all that is necessary to build the project
- Make the test to pass
- Refactor if needed
-
Add your own test
Happy coding!