scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

Implemented the ability to keep publishing clean. #67

Closed joncloud closed 8 years ago

joncloud commented 8 years ago

Updated experiment classes to take two generic types one for value and clean. Added overload to Scientist to allow overriding the clean type. Refactored several parts to reduce code redundancy.

haacked commented 8 years ago

Looks good! Thanks!