Test writing a modular code Modular code is a software design approach #The system is divided into smaller, self-contained units This unit is called modules. Each module handles a specific responsibility It can function independently This will happen whilst interacting with other modules Through a well-defined interfaces.