varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Separate data from functionality #147

Closed varkor closed 9 years ago

varkor commented 9 years ago

Files such as Pokedex.js and Types.js have functionality relating to their data in the same file. This makes it difficult to have dynamic data, such as that being used by Pokéngine. They need to all be completely decoupled.