doing html5 touhou bullet hell in typescript, any tips?
Name:
Anonymous2012-10-12 19:52
I found functions work pretty well to organising the various tasks (or ``execution'') that your programme will operate.
Also, data structures can make data be structured in a way that you can use them. Arrays, for instance, are pointers to contagious slices of random-access memory (or ``memory'') that can be manipulated with various short-circuit boolean methodologies like XOR and XAND.
Continuations as well are useful as I have found that sometimes I would like my program to continue what it is doing.