←back to thread

201 points olvy0 | 1 comments | | HN request time: 0s | source
Show context
DeathArrow ◴[] No.41879035[source]
The more C# borrows from F#, the happier I am. I am awaiting for discriminated unions to finally reach C# so I can do domain modelling like a boss. :)
replies(4): >>41879289 #>>41880258 #>>41885677 #>>41903512 #
stult ◴[] No.41880258[source]
I'd kill for units of measure too. It makes maintaining any kind of engineering or scientific code so much easier.
replies(2): >>41882449 #>>41882809 #
1. fuzzy2 ◴[] No.41882449[source]
In a past project, we used Units.NET. It worked pretty well as far as I could tell. (I was not involved with the gritty domain details.) My colleagues even extended the library where units were missing.