Purify-net / PUrify

PUrify
Apache License 2.0
11 stars 6 forks source link

Purer purify, make Purify() return Uri so that it feels less side-effect'y' #22

Closed Mpdreamz closed 10 years ago

Mpdreamz commented 10 years ago

Have the extension method return the uri that was passed in.

This makes it easier to work with and hides the side-effects of the method.

glennblock commented 10 years ago

Nice and useful change, thanks!