Author: Simon Molloy

Clean Code – Code versus Comments

As developers we have a responsibility to ensure that any code we write can be easily understood. Especially by any other developer who may come along and take on our code.  Not only that, but writing code in such a way that when we ourselves come back to it, we can still recall what it does and why it does it.

Continue reading “Clean Code – Code versus Comments”