Comment on “The days of using untyped languages on non-trivial projects are over.”parentComments−IshKebab3yTypes do not make you write SOLID code.Of course. They are not sufficient but they are necessary.I wouldn't see point free programming is the same as functional programming. Rust has many functional programming features and no currying.In fact my experience of OCaml is that point free programming makes the code much harder to read.
Comments
Of course. They are not sufficient but they are necessary.
I wouldn't see point free programming is the same as functional programming. Rust has many functional programming features and no currying.
In fact my experience of OCaml is that point free programming makes the code much harder to read.