Clean Code

I was trying to figure out a good definition of a domain model for this blog entry. All of my efforts led in to a somewhat clumsy explanation. However, I was able to find a good definition of a domain model from Wikipedia: A domain model in problem solving and software engineering can be thought [...]

{ 0 comments }

Read the full article...

Wrong Reasons Not to Write Unit Tests

by Petri on April 18, 2010

Automatic testing and continuous integration have become a some what standard in modern day software development. Even though I have noticed by experience that automatic testing does indeed reduce the number of bugs found from the software, not everyone is fond of writing unit tests. This blog post gathers together some of the objections against [...]

{ 1 comment }

Read the full article...

Confessions of a Code Quality Heretic

by Petri on April 6, 2010

After I stumbled upon a blog post, which headline was Exceptional Herecy, I decided to write a short blog post concerning my own heretic thoughts, which I have since abandoned. I am pretty sure that almost every programmer has heard the phrase “A good code comments itself”. However, at the time when I heard it, [...]

{ 8 comments }

Read the full article...