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

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.

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.