3
Zyberg
7y

I have yet another problem.
Whenever I think about starting a new project, I open console, make a directory, initialize the boilerplate things and then...
Stop. I can't move much further because I get another idea that could be branched off of that last idea. And then.. another one.
Infinite loop :/
Hopefully I will reach a stack overflow soon...

Comments
  • 1
    Make modules of the small stuff and assemble them to make the big stuff. Like the Unix guys said, make programs that do one thing and do it best.
Add Comment