|
|
|
|
|
by shortrounddev2
1046 days ago
|
|
I got the concept of immutability, but I inevitably ended up recreating OOP patterns whenever I tried working with F#. I do Asp.net WebAPI Projects and trying to do dependency injection ends up just translating C# to F# code rather writing idiomatic F#. I just don't know if HTTP is something F# is really good at doing. I can see it being really useful if you were writing something math-heavy |
|
I can imagine that trying to translate C# to F# would be horrible. That is going against the grain.
I'd encourage you to have a look at the SAFE stack it's really nice to use. https://safe-stack.github.io/