Tag: Java library
Cliche: Speeding up Command Line Interface Development
Cliche is a small Java library that makes it simple to create interactive command line user interfaces.
Recently, I was evaluating CLI frameworks in Java...
Joy of Programming: Liskov’s Substitution Principle
LSP is a cardinal rule to follow in object-oriented designs. In this column, we'll introduce LSP to those new to OOP (Object Oriented Programming),...