My coding style
From Andrey
When coding, I try to make it as readable as possible - and encourage others to do the same. Here is an utility class I wrote to for use in command line applications. It is surprising how often a command line app directly validates its argument array - instead of delegating at least some logic to some kind of rule-driven parser. Here's the helping hand: