Emerging Patterns – Refactoring Session #4
In my last refactoring session post, I wrote I had been lazy when it came to refactoring Fix. Actually, I’ve slacked on purpose, repeatedly skipping the refactoring steps of the […]
In my last refactoring session post, I wrote I had been lazy when it came to refactoring Fix. Actually, I’ve slacked on purpose, repeatedly skipping the refactoring steps of the […]
It’s time for the next refactoring session, and I happen to have been lazy on my current project. So, today I’ll start to write about some changes I did in […]
For my current project Fix, I use Python and Behave for Behavior Driven Design (BDD). Today I’ll describe my process and the tools I use.
When you accept weakly typed data as input or have them as output, still convert them to strongly typed objects inside your application.
Recently I started to use the web server functionality of Poco. Today I’ll describe my first experiences with the library.
For my current project, some design decisions had to be made to ensure good testability and test coverage.
Last week I shared the general setup of my development environment. Today I will go a bit into Conan and how I use it.
A few weeks ago, I decided to start a new project named Fix. Today I’ll give a short overview of the installation of the “4C” development environment I chose.
A few weeks ago, I decided to start a new project. Here I share some thoughts about why, what I am going to do, and how I plan to do […]