Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: Gregory J. <gj...@da...> - 2009-04-14 15:33:07
|
> > "Software is RARELY about writing components that are as general > as possible. As Jon and others already pointed out, software is > usually written to solve a very specific problem." > Again, there is no such thing as a "general component". The moment you define a component's interface, for example, it has become specific and restricted. In order for a component to be "general", it would have to handle *any* input and produce *any* output and maintain *any* internal state. It can't be specific about anything, and you have to admit that is neither useful nor realistic. Greg |