Repository for the exercise code of the Zühlke Clean Code Workshop for C#.
masterinitial situation as on the A3 handout (the smelly shapes PDF), checkoutmaster(and branch from it) to start with the exercicesfoundation-solutionsolution to the exercises with a single commit per step, compare you solution with this branchsmelly-shapes-pdfinitial situation including the A3 handout (the smelly shapes PDF) in the/Handoutsfolder (used by Trainer only)
- apply update to initial situation to
master - reformat using Resharper built in cleanup as last commit on
master git checkout foundation-solutiongit rebase master- check if solution/tests still work
git push --force-with-leasegit checkout mastergit rebase -i HEAD~1- delete last commit (reformat)
git push --force-with-lease- repeat steps 3-10 for branch
smelly-shapes-pdf