This is a review of the book Clean Architecture by Robert C. Martin.
[Read More]
Tell, don't ask
When I started programming, I thought that object oriented programming was about using classes and inheritance. It took me a few years to realize that there was much more to it.
[Read More]
A few days with a software consultant
We started to implement domain driven design (DDD) at my workplace at the start of last year. I had learned a lot about DDD in my spare time, but no one on the team had worked on a DDD project beforehand.
[Read More]
Become a better developer in 2018
Do you have any programming related New Year’s resolutions?
[Read More]
Simplify Your Code With Query Objects
Did you ever have problems with repository classes that just kept on growing over the years, with no end in sight?
[Read More]