Design - Single responsibility principle

Card Puncher Data Processing

About

The single responsibility principle says that a (function or object) should ideally only do one thing.

If it ends up growing, it should be decomposed into smaller subcomponents.

Documentation / Reference





Discover More
Card Puncher Data Processing
Code - Reusable (Duplicate) - Program Structure

A powerful concept in most modern programming languages is the ability to group code into reusable units. Reusable units are: programs or block of codes that can be called (ie have a name) Reusability...



Share this page:
Follow us:
Task Runner