labs42io / clean-code-typescript

Clean Code concepts adapted for TypeScript

Home Page:https://labs42io.github.io/clean-code-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add TODO comments

dimadeveatii opened this issue · comments

Provide samples and explanation when/how to use // TODO comments (in Comments section).

//todo

Almost done @RadicalchAngel, but make sure to sum-up what's explained in the original Clean Code book in the readme.md.

Implemented in this commit.