weso / CWR-DataApi

CWR-DataApi
MIT License
34 stars 29 forks source link

Divide the main dictionary encoder into sub-parsers #114

Closed Bernardo-MG closed 9 years ago

Bernardo-MG commented 9 years ago

The main dictionary encoder is just a giant mess of methods.

It should be divided into an encoder for each method, and then the main dictionary should make use of these smaller dictionaries.

Bernardo-MG commented 9 years ago

Done.