http://stackoverflow.com/questions/15146523/how-to-design-an-easily-extensible-api-with-the-simplicity-of-enums/15147504
Have been curious the best way to extend the API for many months to make it usable AND extensible. Some excellent replies on that thread which would allow the continued use of the Enums (very user friendly) but allow extensibility through simple interfaces (great for devs).
http://stackoverflow.com/questions/15146523/how-to-design-an-easily-extensible-api-with-the-simplicity-of-enums/15147504
Have been curious the best way to extend the API for many months to make it usable AND extensible. Some excellent replies on that thread which would allow the continued use of the Enums (very user friendly) but allow extensibility through simple interfaces (great for devs).