https://github.com/kevinknights29/pragmatig_programmer_checklist
Building this checklist based on the book `The Pragmatic Programmer 20th Anniversary Edition` by David Thomas and Andrew Hunt.
https://github.com/kevinknights29/pragmatig_programmer_checklist
Last synced: 7 months ago
JSON representation
Building this checklist based on the book `The Pragmatic Programmer 20th Anniversary Edition` by David Thomas and Andrew Hunt.
- Host: GitHub
- URL: https://github.com/kevinknights29/pragmatig_programmer_checklist
- Owner: kevinknights29
- Created: 2024-06-16T01:01:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T01:11:44.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:46:48.128Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pragmatig_Programmer_Checklist
Building this checklist based on the book [`The Pragmatic Programmer 20th Anniversary Edition`](https://amzn.to/45sGQcD) by David Thomas and Andrew Hunt.
## Checklist
### Documentation
- [ ] Document code, modules, and exported functions. Use documentation to discuss why something is done, its purpose and its goal.
- Source: Tip 13 - Build Documentation in, Don't Bolt it On.## Resources
- [`The Pragmatic Programmer 20th Anniversary Edition`](https://amzn.to/45sGQcD) by David Thomas and Andrew Hunt.