Skip to content

AdrianC47/Prinicipios-S.O.L.I.D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Clean Code Principles and Software Design

This repository contains my personal notes and practical exercises from the Clean Code and Software Design Principles course.

The course aims to enhance software development skills by adopting best practices for writing cleaner, maintainable, and efficient code.

πŸ“– Course Topics

βœ… Fundamentals of Clean Code and technical debt management.
βœ… Best practices for naming variables, methods, and classes, improving code readability and expressiveness.
βœ… DRY (Don't Repeat Yourself) principles, applied through exercises.
βœ… SOLID principles, essential for scalable and modular software design:

  • SRP (Single Responsibility Principle)
  • OCP (Open/Closed Principle)
  • LSP (Liskov Substitution Principle)
  • ISP (Interface Segregation Principle)
  • DIP (Dependency Inversion Principle)

πŸš€ Progress

This repository will be regularly updated with:
πŸ“Œ Notes and summaries of each module.
πŸ“Œ Practical exercises and their implementation in code.
πŸ“Œ Reflections on learned concepts and their application in real-world projects.

Thank you for visiting this repository! Feel free to contribute or discuss these topics.

About

Curso Devtalles principios S.O.L.I.D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors