Clean Code

Clean Code

TODO comments are not clean code. Use them correctly!

TODO comments should not be part of the production code. They can be practical in the development process. There is an option to configure an ESLint rule to avoid them.

Read