Checkout my new side project: Temblit, an effortless website builder with AI assistance
Refactoring
These posts are about a subject that involves refactoring.
November 10, 2021
Refactoring Multiple If Statements to Objects
In this article I would like to describe how you can refactor a method that contains multiple if-statements by creating objects with a single responsibility, each making their own assertions. Most...
Read