PreviousNext

Indicators of Problem Design

by bill-s, 2018-01-13T03:45:51.000Z

The concept of good or bad design is relative. At the same time, there are some programming standards, which in most cases guarantee effectiveness, maintainability, and testability. For example, in object-oriented languages, this is the use of encapsulation, inheritance, and polymorphism.

Read More