Monthly Archives: September 2011

#2 Good Book: Clean Code

I want to bring you attention to an excellent book about the “craft of programming”. It is called “Clean Code” by Robert C Martin. Actually this book is a collaboration of a number of authors who contributed to make a … Continue reading

Posted in Resource | Tagged | Leave a comment

#1 Don't make content-free comments

Avoid the inclusion of “content-free java-doc”. This means that a Java-Doc header is created that has no information content in there. Comments in general should have useful information that is not obvious, or there should be no comment at all.

Posted in Coding | Tagged | Leave a comment

Goals

My goals for this “Agile Software Craftsmanship” blog are modest: this is a place to put all the random bits of guidance and advice about software engineering that I collect, organize, and wish to make available to others.  Mostly this is … Continue reading

Posted in Uncategorized | Leave a comment