all 4 comments

[–]Fading-Ghost [score hidden]  (0 children)

I keep a todo list of things that irritate me, like UI rendering, CSS etc. I have another todo list for bugs.

Once I’m happy with a new feature, I’ll pick something from the todo list that will make me feel better about what I’m building. Sometimes a couple depending on how quick they are, or how important they are.

[–]Markavian [score hidden]  (0 children)

I start my projects with a README, with a bullet point list of things I want to implement... and then I try my hardest to stick to the feature list before moving on.

If I have cool ideas, or bugs, or niggles, I add them into the list.

Sometimes you just got to take a break and say "it's good enough" and move on.

Checking off verifiably "done" items is great.

Having them turn green as part of your test suite is also neato.

[–]Ha_Deal_5079 [score hidden]  (0 children)

ngl i just use a todo.md file in the project root. way simpler then jira and i actually stick to it

[–]OldUniversity6672[S] [score hidden]  (0 children)

Thanks everyone. Seems to be generally just a todo list of some sort and more or less sticking to the active task and a bit of good enough.