🚮 Clean Code concepts adapted for TypeScript ✨
Clean code is a code written by someone who cares. - Michael Feathers
We name variables, functions, arguments, classes, packages, source files etc. Because we do so much of it, we need do it well.
Don’t comment bad code — rewrite it.” ― Brian W. Kernighan
We don’t have time to write tests! 😱
I hope these notes have been helpful, and I also hope they encourage you to buy and read Clean Code by Robert C. Martin.
Please read the contribution guidelines to get started.
⭐ Suggestions and PRs are welcome! ⭐
To the extent possible under law, Robson Mafra has waived all copyright and related or neighboring rights to this work.