Discussion about this post

User's avatar
m0's avatar

Good article overall, but hard disagree on TODO comments. From my experience they just litter the codebase and never get fixed. I used a tool to measure this on a large project and they grow linearly with code.

I’ve actually started using an ESLint rule to ban all TODO and FIXME comments.

I instruct to create actual backlog tickets for improvements, optionally link to them from code.

Expand full comment
5 more comments...

No posts