mozilla-services / cliquet

CLIQUET IS NOW DEPRECATED use kinto.core instead
http://github.com/Kinto/kinto
Other
64 stars 16 forks source link

Get rid of custom Enum (fixes #645) #652

Closed leplatrem closed 8 years ago

leplatrem commented 8 years ago

Isolated commit about Enum from #647

@tarekziade r?

leplatrem commented 8 years ago

The .value everywhere bother me a bit, but I think it's sane to use a standard enum.

@almet @Natim any strong thought against it before we merge?

Natim commented 8 years ago

The .value everywhere bother me a bit, but I think it's sane to use a standard enum.

Same feeling, same conclusions.

almet commented 8 years ago

yeah, it seems we're all there :-) Merging.