/clean-code-typescript

:put_litter_in_its_place: Clean Code concepts adapted for TypeScript :sparkles:

Clean Code for Typescript

🚮 Clean Code concepts adapted for TypeScript

Clean code is a code written by someone who cares. - Michael Feathers

Contents

Names

We name variables, functions, arguments, classes, packages, source files etc. Because we do so much of it, we need do it well.

Functions

Classes

Comments

Don’t comment bad code — rewrite it.” ― Brian W. Kernighan

Tests

We don’t have time to write tests! 😱

Books

I hope these notes have been helpful, and I also hope they encourage you to buy and read Clean Code by Robert C. Martin.

Contribution

Please read the contribution guidelines to get started.

Suggestions and PRs are welcome!

License

CC0

To the extent possible under law, Robson Mafra has waived all copyright and related or neighboring rights to this work.