1
kirui
4y

What software methodology do you work on your pet projects?.. I'm a newbie and I'd like to get some rough ideas..

Comments
  • 7
    Evolutionary development: just banging out shit as shit comes, see what survives, then making it prettier.
  • 6
    Solve a problem, solve another problem, compose the solution into another solution. Rinse repeat.
  • 0
    @Jilano In my last side project, I had a main() function with over 800 lines in the initial version. ^^
  • 0
    Honestly, I made an unnecessary library for java which was essentially java training for me.
Add Comment