2
Eror130
7y

How do you motivate yourself to start a programming project and what do you do to decide which project to go for?

Comments
  • 0
    make a list of stuff that is currently trending, explore them, pick the one that you deem most intersting to learn and do something with it ^^

    repeat process when done.
  • 1
    Oh so you mean var stuff = 2;
    if (stuff!==1){
    stuff++
    }else {
    stuff++
    }
  • 1
    Sorry that was ment to be an infinite loop...
  • 1
    For (stuff=2; stuff>3; stuff++){};
  • 1
    I start new game in a free time I've I come up with the idea of a game I would like to play, yet it's simple enough to be made quickly. In short, it's time when you found something small/simple, yet inspiring.
Add Comment