|
|
|
|
|
by gustojs
2547 days ago
|
|
Making it two separate project means the library authors have to write two separate libraries using two separate API - the more flexible and easier to maintain (written among others with library authors in mind) function API and the object API that they often have to fight against right now. That would be a huge problem. Right now they can just use the API they want and it will work for all the users regardless if they use objects, functions or classes. |
|