in reply to Re^4: Random quotes in the top left corner
in thread Random quotes in the top left corner
Let's look at an analogous situation comparing languages rather than development techniques. Suppose that Perl is 10x slower than C. But it is clearly preferable to accomplish a speific task in Perl. Then from Moore's law we can project that it will be feasible to do that task in C about 5 years before it is feasible to do it in Perl. The C solution will be doomed, eventually someone will do it in Perl and the Perl solution will be more flexible and customizable and will win. However the C solution will not be a throw-away, it will be able to meet a need before the Perl one could. Furthermore with the 5 year headstart on development, the C project could easily remain better than Perl for several years after CPUs become good enough for the Perl solution. So for perhaps a decade, despite the obvious reasons to prefer Perl, everyone will use a solution built in C.
The same thing happens with modularization. For instance in the mini-computer market, the first successful operating systems (Apollo, VMS, etc) were tightly integrated with the hardware. Eventually they all lost to Unix, which was significantly more modular in design. But they were not throw-away solutions, and for many years was what everyone used.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Loose coupling (was Random quotes ...)
by adrianh (Chancellor) on May 01, 2005 at 17:35 UTC | |
by tilly (Archbishop) on May 02, 2005 at 01:37 UTC | |
by adrianh (Chancellor) on May 02, 2005 at 12:09 UTC | |
Re^6: Random quotes in the top left corner
by apotheon (Deacon) on May 01, 2005 at 23:11 UTC | |
by tilly (Archbishop) on May 02, 2005 at 01:44 UTC | |
by apotheon (Deacon) on May 02, 2005 at 06:48 UTC | |
by tilly (Archbishop) on May 02, 2005 at 07:11 UTC | |
by apotheon (Deacon) on May 02, 2005 at 07:35 UTC |