Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hehe I added a test to our CI, which fails as long as there is a todo in the code.
I use todos while writing code, but it can't be merged/deployed until all todos are resolved. -
@Katakompe
Tasks:
:( Requires a separate account
:( Has to be explicitly shared
:( Requires adding repo, file, line
:( Isn't visible while looking at the code.
Comments:
:) Are accessible to anyone with the code
:) Naturally belong to a particular position in code
:) Can't be ignored while reading code
:) Are version controlled along with the code so you can relate them to particular releases
Related Rants
When I started coding, I thought that TODO came from Spanish "todo" : "everything" / "all". As in, write all of your code here. The entire project has become a TODO
joke/meme
todo