Oblique Strategies: Prompts for Programmers
kevinlawler.com·6d·
Discuss: Lobsters
Flag this post

Brian Eno created a collection of strategies to help artists break creative block. We can do something similar for programmers stuck on problems. Eno’s strategies were designed to be drawn at random. The strategies here can be drawn at random, perhaps via script, but have a sort order, to make them easier to search.

Experienced Approaches

Look for a hack. Can you short-circuit a complex algorithm? Can you short-circuit a complex requirement? Probably you could build a hacky PageRank without knowing anything at all about linear algebra. What kind of shortcuts did you look for when you were first learning to program? If you’ve forgotten that feeling, set for yoursel…

Similar Posts

Loading similar posts...