DouglasHeriot / ember-plus-googlecode

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

Refactor enum wrappers, maintainability horror #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A lot of redundancy was introduced with the enum wrappers - this leads sooner 
or later to problems regarding maintainability. This needs to be refactored, 
either with some templates or macros.

The problems were already there, e.g. the comments of one enum wrapper was from 
another one due to copy/paste.

Original issue reported on code.google.com by nullable...@gmail.com on 22 May 2014 at 2:17