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
- Host: GitHub
- URL: https://github.com/thebentern/clean-code-study
- Owner: thebentern
- License: mit
- Created: 2017-06-25T21:48:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T13:08:33.000Z (over 8 years ago)
- Last Synced: 2025-02-23T07:44:02.035Z (over 1 year ago)
- Topics: clean, clean-code, maintainability, notes, study
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)