↳
In-reply-to
»
How do people who write a lot of code keep track of stuff they plan to write but haven’t? Just curious. I usually write #TODO and then whatever. Often a placeholder function or something. Seems messy tho
⤋ Read More
I usually have 2 ways :
- Todo on the readme file
- create my own tickets (github issues, or jira, or … depending on the system I am using)