Rapid Prototyping Rule #7
by George on Oct.06, 2009, under Coding
Iteration is instant.
Thanks to Noel Llopis for this one. Anything that slows you down is your enemy. The faster you can iterate through the think – code – test cycle the more effective you’ll be. Complex / slow build steps (e.g. converting png images to PVRTC format), preprocessing data files and asset generation have no place here, it’s all about code turn around.
Related posts: