Anyone using Util.js or Backport.js?
Posted: 06 Nov 2012, 19:39
I'm thinking of making some major changes to Util.js and Backport.js.
After mapping out some dependencies across a range of mods I'm working on, it became immediately apparent that they are the root dependencies of pretty much everything I do.
Planned changes are:
* Create new Events API to deal with all things event-related
* Move uTardis out of Util and in to Events API
* Move event backporting out of Backport and in to Events API
* Major refactor of all Backport related code to new API format (fixing some bugs in the process)
* Remove backport.global (as Util 0.9+ provides global 'global' const)
* Make Backport API dependent on Util API
* Make Events API dependent on Backport and Util APIs
* Move all documentation in to EGG wiki alongside docs for all other APIs
* Insert Events API in to the dependency list of all APIs that use events
After mapping out some dependencies across a range of mods I'm working on, it became immediately apparent that they are the root dependencies of pretty much everything I do.
Planned changes are:
* Create new Events API to deal with all things event-related
* Move uTardis out of Util and in to Events API
* Move event backporting out of Backport and in to Events API
* Major refactor of all Backport related code to new API format (fixing some bugs in the process)
* Remove backport.global (as Util 0.9+ provides global 'global' const)
* Make Backport API dependent on Util API
* Make Events API dependent on Backport and Util APIs
* Move all documentation in to EGG wiki alongside docs for all other APIs
* Insert Events API in to the dependency list of all APIs that use events