Skip to content

Commit dea7f69

Browse files
doc: add banner
1 parent 75d8056 commit dea7f69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ In this repository, I will be documenting the concepts, principles, and best pra
3333
- [Dependency Inversion Principle (DIP)](#dependency-inversion-principle-dip)
3434

3535
## Principles of Clean Code
36+
<img width="1024" height="1024" alt="image" src="https://github.com/user-attachments/assets/d842eb5e-12a2-4b80-844f-94898cdfc7e6" />
37+
3638
Clean code is easy of read, understand and modify. it's achieved through a clear structured, meaningful names, small functions and **Responsibility per Component**. its quality is maintained and improved through continuous and safe refactoring, supported by a good unit test coverage that allows those changes to be made with confidence.
3739

3840
### Names that reveal intention

0 commit comments

Comments
 (0)