|
|
|
|
|
by bitwize
2106 days ago
|
|
Multiple implementations suck because implementors rarely aim for full compliance, and now you have to have as many code paths as there are implementations to account for the differences between them. Best to have a single implementation that everybody agrees on -- like the winner of the graphics API wars, Direct3D. |
|
If anything the graphics API war is still going on.