+ 22
What is your favorite way to freestyle pseudo-code?
What is your favorite way to freestyle pseudo-code?
7 Answers
+ 24
@Xander A. Do what adults do, and usually call your crap code, and games..."rough drafts".
That is until someone notices your rough edges being refined into a portfolio.
+ 20
@disaster_scripts That's kind of what I mean by brainstorming. Some of my ideas will sit there until something it applies to pops up.
At my age, and with what I've seen in apps, it's hard to say when something "new" will come to mind, other than maybe game storylines.
+ 20
@disaster_scripts You can call me David. It takes time to just perform even minor tasks perfectly as possible by yourself, so in front of new people it's even more nerve racking.
It's hard not to let performance anxiety turn into writer's block.
+ 19
Personally, I like to:
1.) Brainstorm a template.
2.) Develop a proper flow chart stemming from each widget.
3.) Develop the functionality behind each widget.
+ 3
Personally, I just like making random scripts and then I'll decide what I want to do on the way.
+ 2
@Dwight It's hard when you're 11 years old and everyone thinks you'll make a crap game before they even know your potential.
+ 2
I break my program into manageable blocks and plan them out one at a time. For example, if I were programming a game, I'd program the combat system, then program the monster system, then inventory, and from there refine all my functions as I go