Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Codecs into Encoders and Decoders #3725

Open
pickypg opened this issue Aug 12, 2015 · 0 comments
Open

Split Codecs into Encoders and Decoders #3725

pickypg opened this issue Aug 12, 2015 · 0 comments

Comments

@pickypg
Copy link
Member

pickypg commented Aug 12, 2015

Related to #1833, Codecs should be split into Encoders and Decoders to avoid some false assumptions and therefore semi-trappy behavior.

This would also make it much easier for plugins to clarify what they will handle (e.g., json via an decoder, but since there would not be an equivalent decoder for rubydebug, then obviously it would not work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant