Posts for SOLID principles

Applying SOLID principles to an existing application

This is the last part of the SOLID Series. We are going to refactor the CLI application built in the first part. To follow on with this part, you must have read the previous tutorials: Building a CLI application in Javascript. Understanding SOLID principles. Discovering Defects To refactor the CLI application, we need to first […]

December 24, 2019 in Javascript