interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
802 stars 73 forks source link

Deprecation note on ConfigHelpers #292

Closed brandur closed 7 years ago

brandur commented 7 years ago

Adds a small deprecation note to ConfigHelpers to make it clear that CastingConfigHelpers is the way forward here.

@gudmundur Mind doing a basic review/sanity check on this one?

gudmundur commented 7 years ago

👍

gudmundur commented 7 years ago

This is an improvement for sure, so I'm bringing it in. I didn't really realize this was deprecated. I wonder if we should be printing something to $stderr if people use this. What do you think?