Search

Solve Small Problems and Tackle the Big One (0)

Part of the art/science of programming is taking a big problem and breaking it down into smaller problems. The idea being that on their own the smaller problems are far easier to solve, and in doing so you then find that the big problem has also been resolved. It's a technique I use regularly, breaking a project down into its base functionality and then working on and testing those functions until the whole project has been written.

Read more

Posted by Richard Isaac on Wednesday 07 July 2010
Tags: General