My coding style

From Andrey

Revision as of 22:36, 22 October 2011; view current revision
←Older revision | Newer revision→

For those interested in my coding style, 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 if its logic to some kind of rule-driven parser. Here's the helping hand.

CommandLineParser.java

CommandLineParserTest.java