Hacker News new | ask | show | jobs
by xigoi 469 days ago
I have used it a few years ago and the enforced OOP boilerplate was too much for me.
3 comments

You can write procedural or functional style as well, and with top-level statement you can write without any OOP or boilerplate whatsoever.
Trying to write it as if it was a different language instead or, for whatever reason, copying the worst style a team could come up with does happen and must be avoided, but that’s user error and not a language issue. Also the tooling, especially CLI, is excellent and on par with what you find in Rust, far ahead of Java and C++.

If you link an example snippet of the type of code that gave you pause, I’m sure there is a better and more idiomatic way to write it.

C# was originally a clone of Java. It was almost literally copy/paste compatible.
I have the same issues with JVM-like languages, like Java. I only write Java if I am getting financially compensated for it!