|
As an example, suppose that
you are the head of a programming team.
Your team is writing a large piece of software, perhaps with millions
of lines of code. Certainly nobody can
keep all those lines of code in their head at once (not even me!). So, the large problem is broken into
smaller problems. Those smaller
problems might be broken into still smaller problems, and so on, until you
reach manageable problems.
|