Today I tried the first part of Emily Bache’s Racing Car Katas. My solution can be found under this Github Repository. Here
WeiterlesenEncodings – My Personal Summary
Just read Joel Spolkys article about encoding basics. Because I tend to forget things very fast I decided the summarize
WeiterlesenRefactoring 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
WeiterlesenDelete GIT local and remote branches from command line
I’m always struggling to delete remote GIT branches from the command line (in my case PowerShell). Deleting the local branch
WeiterlesenConvert your git log entries to PowerShell objects
Sometimes you’re in the situation where you’ve to revert a specific commit via git revert sha1. Sometimes you only have
WeiterlesenCheck whats ignored by GIT
Some months ago I started to work with GIT. The shift from SVN to GIT wasn’t easy, but now that
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:
WeiterlesenGet into Powershell
It took a while until I got into Powershell. At a first glance, I was discouraged by the strange syntax
Weiterlesen