Hey guys,
as the title states, I'm wondering what kind of tools do you use to manage your thoughts and ideas for your private projects.
Any suggestions?!
For small(er) projects and when you know where it is heading, you probably don't need any :)
But for mediocre and larger projects and when you don't have the time to invest every single minute of your free time in your projet, one can lose the track very easily :))
And, the classic
// ToDo: Fix that bug
void SomeFunction(...)
{
// ToDo: Maybe rewrite this later?!
Foo->Bar();
}
comments are not really helping ;-))
Especially once they are all over the code :P
Let me know what you think/what you are using.
Open for any suggestions regarding tools, software + strategies :)
(I'm not talking about the "professional" way... like any bloated "ticket system" or something)
Thanks in advance.