Poll: What's Your Most Disliked Programming Language?
141–150 of 366 posts
Re: Poll: What's Your Most Disliked Programming Language?
#142I chose PHP because it's gathers everything I hate about any language in one spot. * It has everything including the kitchen sink but nothing in the decor matches. There is no unifying principle to help you grok the language * The Community is all about quick hacky fixes to already broken code and this approach seems to flow from the core developers out. * It's not type safe, not even at runtime. I don't know if I ev…
I'm not that interested in programming, so I think it's a great language. All those years back when first learning to use it, I remember going through a book and being so happy that it did practically everything itself.
Re: Poll: What's Your Most Disliked Programming Language?
#143Re: Poll: What's Your Most Disliked Programming Language?
#144I chose PHP because it's gathers everything I hate about any language in one spot. * It has everything including the kitchen sink but nothing in the decor matches. There is no unifying principle to help you grok the language * The Community is all about quick hacky fixes to already broken code and this approach seems to flow from the core developers out. * It's not type safe, not even at runtime. I don't know if I ev…
What do you mean by type safety? Are all dynamically typed languages type unsafe by your definition?
If the language treats a string as a number in some cases without an error then that is most definitely not type safe.
Re: Poll: What's Your Most Disliked Programming Language?
#145I chose PHP because it's gathers everything I hate about any language in one spot. * It has everything including the kitchen sink but nothing in the decor matches. There is no unifying principle to help you grok the language * The Community is all about quick hacky fixes to already broken code and this approach seems to flow from the core developers out. * It's not type safe, not even at runtime. I don't know if I ev…
I think PHP's main problem on websites like these is that it's too mainstream of a language. It's like asking someone who's an avid fan of world cinema about the latest Michael Bay film. I'm not that interested in programming, so I think it's a great language. All those years back when first learning to use it, I remember going through a book and being so happy that it did practically everything itself.
Re: Poll: What's Your Most Disliked Programming Language?
#146Earlier quoted context omitted.
I wish there was some way to vote for that abomination in the poll. Personally, writing Java/Html hybrid templates that are served as html documents and then further manipulated by dynamically altering the DOM in javascript on the client is the stupidest programming style I can imagine.
Out of curiosity, what is your favored alternative for web applications? Server-side rendering of complete pages? Client-side manipulation of pure HTML?
Re: Poll: What's Your Most Disliked Programming Language?
#147"There are only two kinds of languages: the ones people complain about and the ones nobody uses." - Bjarne Stroustrup Source: http://en.wikiquote.org/wiki/Bjarne_Stroustrup
But then there's python.
Re: Poll: What's Your Most Disliked Programming Language?
#148Objective-C. The syntax of this language is hideous. In most cases with languages like C#/Java/Python/Ruby etc. even if you don't know them you can understand a few things by looking at the code. Every-time I look at Objective-C code it hurts my eyes. What a convoluted piece of crap.
Re: Poll: What's Your Most Disliked Programming Language?
#149Objective-C. The syntax of this language is hideous. In most cases with languages like C#/Java/Python/Ruby etc. even if you don't know them you can understand a few things by looking at the code. Every-time I look at Objective-C code it hurts my eyes. What a convoluted piece of crap.