🟠 Write code first and sort it later / never
or
🟢 Make a plan then start writing code
I started with 🟠 and now regret I didn´t do 🟢.
Which one are you?
#gamedev #indiegamedev #solodev
or
🟢 Make a plan then start writing code
I started with 🟠 and now regret I didn´t do 🟢.
Which one are you?
#gamedev #indiegamedev #solodev
Comments
I plan future out future projects while working on current projects. (Lunch breaks or something.)
Once I jump into development, it goes quickly. But I do make a point to go back and refactor at the end of every branches dev cycle.
It’s just what I’ve found works for me.
What I do is write code first in an isolated project to test the concept, and then move to a planned out system.
Cleaning comes periodically and it’s a PITA. Documentation comments too.