Blog

Latest Post

2021-06-28

The Mocking Kata: StringCalculator Facade

imageIn Coding Katas mostly programming tasks are set that are intended to solve a specific problem on a green field. I often experience that participants of the katas can easily adopt these micro-tasks into their projects. However, they often find it difficult when it comes to integrating existing solutions where they have to mock in order not to have to fully initialize the existing components.

In real projects, you often encounter situations where you depend on external dependencies and have to serve and use their interfaces. Unfortunately, this approach has been neglected in many coding kata examples so far. In this article, I would like to explain a task that I use for this purpose in my coding dojos at team neusta.

Read more

All Posts

  • The Mocking Kata: StringCalculator Facade - 2021-06-28
  • SymfonyLive Berlin 2018 - Develop Yourself - A Plea for More Software Craftsmanship - 2019-01-07
  • Building SOLID Symfony Apps - 2017-07-07
  • Agile Paradise (2k17 Conference Remix) @ team-neusta Campuskonferenz 2017 - 2017-04-04
  • The Furious Four - 2015-10-23