Posts Tagged ‘software development’

Clean Code: Comments about some ”smells“

In the last article I introduced the highly recommendable book ”Clean Code“ written by Robert C. Martin. While I tried to essentially describe what the book is about and what’s so great about it, I would like to comment on some of his so-called ”code smells“. I do not want to challenge the quality of [...]

Clean Code: A Handbook of Agile Software Craftmanship

As a software developer you are facing many different tasks you have to deal with. Requirements have to be gathered, architectures created, algorithms selected or designed, tests specified, changes considered and finally (and not to an insignificant part) code created and modified. Like in the other areas of software development, one question arises also in [...]