News

Modular programming is one way of managing the complexity. Modular programming groups related sets of functions together into a module. The module is divided into an interface and an implementation.