Nerd Business


> posts tagged with gamedev...


18
Apr

Demo Driven Development

An examples folder is commonly included in source code repositories. You may have seen them. They typically show a handful of use-cases for the code so you can see how it works and how to use it.

A library or a framework will often include these kind of example folders. But how about for your application?

I'd like to suggest a technique which expands upon this familiar examples concept, yet is used in the context of building a single application, and which boasts some of the key advantages you get from another familiar development strategy...

Read More