Simberon Design Minute
 

Large Systems

In general, the larger your system becomes the more difficult it becomes to maintain it. There is one aspect of large systems, however, which makes things easier. In a large system, it's easier to find examples of other components similar to new ones you're developing. If you have other working code, you can copy the technique or find some way to share that techique. This makes the development of new components easier than it would otherwise have been if you had to write everything from scratch. Having good examples helps out.

Download