Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 993 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 993 Bytes

Software Design Practices

This repository contains notations and examples of various software design practices. It aims to provide a comprehensive guide to understanding and implementing different design patterns and principles in software development.

Table of Contents

  1. Design Patterns
  2. Cohesion-Coupling
  3. Solid Principles

⚠️ Each example of pattern or practice contains the before and after cases to help you understand what are the really impacts of applying them.

References