A few people recently discovered the beauty of record helpers:
- [WayBack] Record helpers can do wonders for code clarity…. – Lars Fosdal – Google+
- [WayBack] I didn’t know you could do this with Record Helpers… – David Hoyle – Google+
Record helpers can help any value type (which includes enumerated types) so you can add functions to enumerations.
Class helpers can help class types.
There are no interface helpers and likely won’t be there for a long while.
–jeroen