News

This article describes the Options class, a helper class that helps process command line arguments for Java tools. Options offers a simple and convenient approach to define the acceptable syntax ...
The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative approaches to reduce the number of parameters a method or constructor expects ...