Posts Tagged ‘Java’

Simple and clear code – what does it look like? Basically, besides comprehensible clear naming we expect it to be highly granular and to have as little as possible branching. Indeed, such code is easy to read, to understand its purpose and required test coverage is optimal.
Well, clear naming has nothing special to talk about. [...]

Saturday, November 14th, 2009 at 19:06 | 2 comments
Categories: Design patterns
TOP