Archive for the ‘coding standards’ Category

Fluent interfaces and code readability

Sunday, March 30th, 2008

Fluent interfaces. Sigh. They help sometimes, they really do. In fact I don't have anything against the idea, it's the actual use that makes me uncomfortable. Let's start with the example first. The nicer one, that is. And to make my case stronger, I will use an example taken directly out ...

Whitespace and coding standards

Tuesday, March 18th, 2008

Today I would like to touch a subject which is often trivialized by many software craftsmen - use of white space and coding standards compliance. I work in an environment where two (or more) subcontractors often work on the same project, many times concurrently; where coding standards and clean coding ...