Skip to content

Comment on .NET MVC vs Ruby on Rails. Ding

Comments

"C# is too verbose for most web work"

Lame.

I disagree.

Leaving out the backend stuff, the front-end of web work usually ties into generating reasonably complex HTML or XML.

In dynamic languages it is almost trivial to keep the overhead to a minimum because it's fairly easy to tie into these domains. With languages like Java and C# this quickly becomes a pain and the templating structures provided require learning yet another crazy and inefficient (typing and maintainability-wise) pseudo-language.

I genuinely would like to see an example how you think C# is too verbose. I'm not trying to discount your argument, but it is contrary to my experience. We probably just have different ideas of what "too verbose" means.

"require learning yet another crazy" -- there's your problem.

Lame. I agree. By "verbose" I imagine the author means statically typed. What's so "wrong" about using a static language to do web development?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.