Today I tried the first part of Emily Bache’s Racing Car Katas. My solution can be found under this Github Repository. Here
WeiterlesenKategorie: C#
Refactoring the Tennis Kata – was it worth ?
Due to the COVID-19 lockdown, I had plenty of time and decided to try myself on the Tennis Refactoring Kata.
WeiterlesenBuild your Unit Tests against ADTs
I’m actually working through Zoran Horvats Writing Highly Maintainable Unit Tests – Pluralsight Course. Throughout this course, Zoran showed the
WeiterlesenDon’t use „this.“ to address your object attributes
In my actual customer project, we’re using the „this“ convention to address our object attributes. There are other conventions to
WeiterlesenC# properties, never try to be to smart …
Writing my last C# customer code I tried to do smart things in a property. The property looked like this:
Weiterlesen