seeing how there was quite a bit of CFML bashing going on yesterday, i doesn't surprise me that ColdFusion has that many dislike votes. BTW, its CFML, NOT ColdFusion. ColdFusion is a product, CFML is the language. it would be the same as having JRuby on the list instead of Ruby. if you're going to have a poll on programming languages, then at least label said languages correctly.
> its CFML, NOT ColdFusion And this isn't some academic or semantic point -- the best implementation of CFML isn't even ColdFusion.
Poll: What are your liked and disliked programming languages?
181–190 of 479 posts
Re: Poll: What are your liked and disliked programming languages?
#182Re: Poll: What are your liked and disliked programming languages?
#183Re: Poll: What are your liked and disliked programming languages?
#184Earlier quoted context omitted.
Collections in Java are awful. Guava helps a bit, but it's still poor man's substitute. No LINQ, no lambdas (and the upcoming Java streams API is ugly as well), no delegates, no events. Verbosity. C# is a very nice language, only WPF sucks big time.
Used WPF a couple of times, not that bad at all? What exactly do you think can be improved? Are there alternatives to it?
For example: I had a DataGrid, and I was trying to figure out how to respond to the KeyUp event on a specific row, but only when it was the Delete key. I ended up having to create a custom dependency property in order to do that. 80 lines of code and a new class with 7 members later, I was able to reference that in my view and connect it to a method in my viewmodel. It works, but my lord it took me hours of googling and trying different things out for what seems like should be very simple functionality.
Re: Poll: What are your liked and disliked programming languages?
#185Re: Poll: What are your liked and disliked programming languages?
#186And the award of least significant poll of the week goes to... Seriously, you won't get anything meaningful out of this, people will vote for the language they like and then bash the usual suspects (PHP, actionscript, C++,...). Also they will browse the first 20 entries or so and then get bored and skip to the end. I'm sure the people who "dislike cobol" (7 people at the moment) have intimate knowledge of the languag…
Re: Poll: What are your liked and disliked programming languages?
#187Re: Poll: What are your liked and disliked programming languages?
#188Re: Poll: What are your liked and disliked programming languages?
#189Re: Poll: What are your liked and disliked programming languages?
#190What is it about CoffeeScript that people don't like?
Ok, so Javascript has a bunch of gotchas but it's an interesting language which I both like and dislike but I don't dislike it enough to add yet another layer to my dev platform.
Also, as someone stated elsewhere on this page the true solution is to make a browser virtual machine and use any high level interpreted language you want.