Wow, this is like a case study on how not to present data. I'm sure this is an interesting dataset...but it's so confusing.
If you're going to have "ranked high" and "ranked low", make all the attributes positive.
21–30 of 56 posts
Wow, this is like a case study on how not to present data. I'm sure this is an interesting dataset...but it's so confusing.
If you're going to have "ranked high" and "ranked low", make all the attributes positive.
Wow, this is like a case study on how not to present data. I'm sure this is an interesting dataset...but it's so confusing.
Yes! I was very confused when I saw that Python was ranked high for being "good for beginners" but ranked low for being "usually bad for beginners". Then I realized it was actually actually intended to be ranked low in terms of being "bad for beginners". Which makes sense, if barely. If you're going to have "ranked high" and "ranked low", make all the attributes positive.
I see in this thread that many people complain about it, so I've emailed author with the link to this thread and to Python's page and suggested renaming "Ranked high/low" to "Most people agree/disagree that..." or sth like this.
Otherwise, very nice idea.
When something is ranked low for a bad thing, is that good (and I think it is) or is that bad? For instance, python is ranked low for "There is a lot of accidental complexity when writing code in this language", which I think means that there is NOT a lot of accidental complexity when writing this code, but it might confuse people because it looks like you are presenting two lists, a list of top pros and a list of top cons.
The ranking process requires answering 110 questions.. I can not imagine you would actually need that many questions. Perhaps the author can use the already submitted questionnaires to see which questions correlate heavily, so they might be merged. The only language I know from this list that I wouldn't recommend wholeheartedly to someone else is Java, and that's just because I know C#. A bunch of languages I know ve…
Presumably this is to fit in the format of just clicking 'rank' or 'skip', for each question (which I think is also ambiguous).
Surely it would have worked better as 'statement -> yes/no[/skip]', cutting down the number of questions by about half (I'd guess) at the same time?
Jesus christ guys. It were probably others than visitors from HN (most here are a little more thoughtful and less trolling), but if there is nothing but negativism on the PHP page (I can't find a single positive point) then why in the world are we all using it? Why does almost everyone know the language? Why is it one of the biggest languages on the planet?
I don't trust this site anymore just because of the first item I happen to look at. PHP may or may not be a horrible language, but certainly it has some good uses and advantages to other languages, or it would never have become popular at all. Perhaps it's just because PHP is so easy and that's the only reason. I'm not saying it is, but it might be. But then at least that should have been written on the page.
http://hammerprinciple.com/therighttool/items/php Jesus christ guys. It were probably others than visitors from HN (most here are a little more thoughtful and less trolling), but if there is nothing but negativism on the PHP page (I can't find a single positive point) then why in the world are we all using it? Why does almost everyone know the language? Why is it one of the biggest languages on the planet? I don't tr…
>Jesus christ guys.
Despite the poor design considerations and wanting to kill off some of these languages, (or-rehaul them and not being able to) many of us still have to use them day-to-day. This is one of those things that convinces me that there is a God, and he's got a twisted sense of humor. I can't really explain it otherwise. :p
Earlier quoted context omitted.
I enjoyed Visual Basic's top few: * I am sometimes embarrassed to admit to my peers that I know this language * I am reluctant to admit to knowing this language * The thought that I may still be using this language in twenty years time fills me with dread * This language is frequently used for applications it isn't suitable for * Code written in this language tends to be verbose * This language is likely to be a pass…
Still used heavily - but not in industry exactly. It is used mainly for creating little button macros in Excel documents to do some calculations in the document. It is generally not used directly - Excel lets you record a macro, where it will transform the user's clicks and actions into VB script directly. Users can then add this script to a button, and can repeat their actions by clicking on the button. So not a pro…