... reuse components that are already available, compose applications from big chunks of premade libraries, glue them together, and make sure it works, even without fully understanding how. Although many would reject this point of view, it is the de facto style, mostly unconsciously, behind today’s biggest software projects.
Jaroslav Tulach
When developing computer programs, perhaps the most important question is how to organize your program into logical units. Two of the three most important ...