Home Tags Java library

Tag: Java library

Cliche: Speeding up Command Line Interface Development

0
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

8
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),...