sampottinger / co_opencampaigndata

API service for serving Colorado TRACER data for opencampaigndata.org
GNU General Public License v3.0
10 stars 1 forks source link

Indexing the data formatting through serializationStrategies #5

Closed sampottinger closed 11 years ago

sampottinger commented 11 years ago

In the first of two very nit-picky style bug reports...

While the if statements introduced on lines 78 onward in 44f01dce7f6cdab5a2c6972e397b357dedae6ef7's data_formatters.js are correct, the file holds an index for those strategies, effectively acting like a factory. While we currently only support two formats, that list may expand in the future and this approach provides a community-standard for graceful growth. Either way, that index (serializationStrategies) should be removed or the if statements replaced.