|
|
|
|
|
by Someone1234
4074 days ago
|
|
> Also C#'s statement-oriented nature just makes things ugly. Stuff like: [code] I am not following what is bad about the example. Could you reproduce that same code in F# or whatever you're saying is better. It might help explain what you're getting at. |
|
Somewhat related, you can also define nested functions in F#, which is very convenient and tidy. No need for a pile of one-off private helpers at the same syntactic level as your public APIs - just tuck them inside the members which need them.