|
|
|
|
|
by tjchear
2079 days ago
|
|
I disagree that the IRL analogy of API is architectural diagrams. A better analogy for API would be an agreement on how to communicate what needs to be done (and what has been done) between two persons. The aggregate effect of that over thousands of people is a working system, coordinated by the mastermind (programmer) who dictates the actual orchestration of the entire system. If API is copyrightable, I'd love to be the first person to copyright the following API (and variations thereof): class Processor {
void init();
void process(...);
void cleanup();
};
If I get a nickel for every violation of that copyright... |
|