Modular Design
In this series of projects you will learn to build composite applications from small, re-usable components. This is truly the fundamental rule of Application Design. Well designed & built modular apps are:
- Testable
- Maintainable
- Readable
- Scalable
- Time-Efficient