Skip to content

robsonmafra/clean-code-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

🚮 Clean Code concepts adapted for TypeScript ✨

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published