Viewing profile — PommeDeTerre
PommeDeTerre
HN member- Joined
- Thu, Apr 26, 2012, 11:56 AM UTC
- HN karma
- 1,406
- Public activity
- 515 items
- HN profile
- View on Hacker News ↗
About PommeDeTerre
No profile information was provided.
Recent public activity
-
comment
Comment #6308627
What you say is very true. Furthermore, there's no guarantee that code associated with somebody's GitHub account was actually written by that individual. It's useless to gauge the …
-
comment
Comment #6308622
If that misconception is the "only one thing" you know about getting a certification, then why do you feel it appropriate to comment on the process? You don't need to buy the books…
-
comment
Comment #6306545
That approach could have unintended consequences, though. A department could just cut back on the services they provide, in order to cut back on their spending, to stay well within…
-
comment
Comment #6301312
What you propose may sound great and easy in theory, but in practice it's usually a huge disaster. The truly useful code of the application will quickly become overwhelmed by the c…
-
comment
Comment #6282851
Wouldn't your own personal pre-peer-review review have caught that?
-
comment
Comment #6282792
We may not use GNOME today, but many of us did happily use it before the GNOME 3 disaster. After that happened, though, we had no choice but to move to other environments. Some of …
-
comment
Comment #6274440
That's sort of a useless distinction to make, in practice. If jQuery isn't usable as-is, then it could very well be said that this problem is at least partially due to using jQuery…
-
comment
Comment #6274430
There was no SQL Server 2003. Do you mean 2005?
-
comment
Comment #6271876
That platform already exists. It's the "platform" that naturally happens when there aren't any "app stores" or "app marketplaces", and when devices aren't artificially crippled to …
-
comment
Comment #6271839
What makes you think that "no one had objections about Apple and Amazon doing so"? Lots of people did. Lots of people have been quite vocal in their dislike of the so-called "walle…
-
comment
Comment #6271726
The universal behavior is to consistently behave inconsistently?
-
comment
Comment #6270370
I think that you may be vastly overestimating the number of web and mobile app developers. They're still a relatively small proportion of all software developers. While web develop…
-
comment
Comment #6270057
There's nothing "snarky" about pointing out stupidly and inexcusably broken programming language features.
-
comment
Comment #6270046
The people you refer to as "haters" are usually just professional software developers. As professionals, they don't stand for the unjustifiable inferiority exhibited thoroughly by …
-
comment
Comment #6270020
I wouldn't say that Crockford really "explored JavaScript's good parts". Rather, he just covered parts of JavaScript that shouldn't be used, and whatever wasn't completely broken w…
-
comment
Comment #6269993
A bad programming language that remains bad for nearly two decades isn't really any better, in my opinion, than a bad language that undergoes some change that may have mixed result…
-
comment
Comment #6268912
I wouldn't say so. It's far, far closer to a functional programming language than JavaScript is, for instance. But it's clearly nowhere near what Haskell or Standard ML are, either…
-
comment
Comment #6268586
Syntax is highly important, however. A poor syntax can make an otherwise decent language quite unbearable. A nice syntax doesn't make an otherwise poor language good, either.
-
comment
Comment #6268579
Support for higher-order functions is obviously a minimal requirement of a "functional programming language". But functional programming extends far, far beyond that. It also embod…
-
comment
Comment #6268547
Is that really a good comparison? The PHP code you linked to is basically a class with a bunch of getters and setters. The Python code, on the other hand, handles numerous real-wor…
-
comment
Comment #6268435
Not every Python user uses Django, you know. I've worked on a number of software systems at several different organizations that have very effectively used Python 3 for years now. …
-
comment
Comment #6268362
Enough with the "JavaScript is a functional language" myth, please. Merely having first-class functions does not make a language a functional programming language. JavaScript does …
-
comment
Comment #6268351
Deprecation of those awful vendor specific DB extensions is a good start, no doubt. But those are library functions, rather than language features. Another thing to consider is tha…
-
comment
Comment #6268316
What you say is very true. PHP is in the same boat that JavaScript is in. Their very severe, yet very inherent, language flaws just cannot be covered up with one library or framewo…
-
comment
Comment #6266764
Languages like Haskell and Python being suitable for many applications in no way changes the fact that there are many other situations where they would not be suitable, and a langu…