martinsson / BugsZero-Kata

Practice Designing code for less bugs
86 stars 131 forks source link

Add a branch with a bugszero oriented "solution" #8

Closed cpoissonnier closed 3 years ago

cpoissonnier commented 6 years ago

The title is kind of self-explanatory 😃

martinsson commented 6 years ago

Coming very soon. Meanwhile you can have a look at the solutions.md

Le ven. 27 avr. 2018 à 11:22 AM, Clément Poissonnier < notifications@github.com> a écrit :

The title is kind of self-explanatory 😃

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martinsson/BugsZero-Kata/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AALHwHj4BlkXtwD7ioP0ISZC41IyAEhMks5tsuNqgaJpZM4TqDCy .

-- @johan_alps https://twitter.com/johan_alps Blog: Better code and tests http://martinsson-johan.blogspot.fr/ Brown-bag-lunch proposals http://www.brownbaglunch.fr/baggers.html#Grenoble

martinsson commented 6 years ago

I added a solution, reference from the main readme. Directly available here https://github.com/martinsson/BugsZero-Kata/blob/master/solutions.md

martinsson commented 6 years ago

Another solution added

softlair38 commented 3 years ago

@cpoissonnier : I Have made this on C# if it can help : https://github.com/softlair38/BugsZero-Kata/tree/task/training/CSharp/basic It's DomainEvent oriented.

@martinsson : your base code is awesome to try things !