An open API service indexing awesome lists of open source software.

https://github.com/thebentern/clean-code-study

Clean code study guide
https://github.com/thebentern/clean-code-study

clean clean-code maintainability notes study

Last synced: 4 months ago
JSON representation

Clean code study guide

Awesome Lists containing this project

README

          

# Clean code study
Discussion points for _Clean Code_ by Robert "Uncle Bob" Martin.

# Sessions

[Chapter 2 - Meaningful Names](Chapter-2.md)

[Chapter 3 - Functions](Chapter-3.md)

[Chapter 4 - Comments](Chapter-4.md)

[Chapter 6 - Objects and Datastructure](Chapter-6.md)

[Chapter 7 - Error Handling](Chapter-7.md)

[Chapter 8 - Boundaries](Chapter-8.md)

[Chapter 9 - Unit Testing](Chapter-9.md)