Software development best practice: Writing clean code – Part 1
In this two-part series, I will show why it is important to write code that is easy to read and understand easy to change easy to test These are some of the attributes of what is commonly known as Clean Code. I will do this by writing code for a simple use case and then […]