|
|
|
|
|
by WastingMyTime89
1145 days ago
|
|
I’m not sure I agree. It’s perfectly legitimate code and working code. It’s just hard to read. Should language prevents you from writing hard to read code if it means making trade off? I personally think that’s what linters are for but you are free to disagree. I’m going to bed and don’t think I will revisit this comment thread. It’s probably the longest discussion I ever had about syntax points you don’t even encounter while using the language. I have fond memory of writing OCaml. It’s nice to use. It gets out of your way. The compiler is quick. It gives nice error message. The syntax and semantics are flexible enough and elegant enough than you don’t feel like your fighting the language and your code feels nice. That’s what matters to me at the end of the day. |
|