207
votes
64answers
11k views
Defend PHP; convince me it isn’t horrible
I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP.
So I'm genuinely …
30
votes
11answers
1k views
Do You Really Know Your Programming Languages?
I am often amazed at how little some of my colleagues know or care about their craft. Something that constantly frustrates me is that people don't want to learn any more than they need to about the …
26
votes
13answers
2k views
Making life better by not using Java web frameworks?
I'm so tired of having to learn yet another Java web framework every other day.
JSP, Struts, Wicket, JSF, JBoss Seam, Spring MVC to name just a few - all this countless frameworks out there try to …
24
votes
26answers
2k views
How many lines of code is too many?
see also "How many lines should a
method typically have?"
One thing that occasionally drives me crazy is reading another person's functions that span 5 vertical monitor lengths, or .cpp files …
22
votes
14answers
2k views
Is Grails worth it?
This is half rant, half question.
Is it worth using Grails? I'm trying to develop a relatively simple database drive web applications. My expertise is in Java so naturally Grails seemed like a good …
16
votes
9answers
867 views
SOAP - What’s the point?
I mean, really, what is the point of SOAP?
Web services have been around for a while, and for a while it seemed that the terms 'SOAP' and 'Web service' were largely interchangeable. However SOAP …
14
votes
13answers
944 views
Windows Help files - what are the options?
Back in the old days, Help was not trivial but possible: generate some funky .rtf file with special tags, run it through a compiler, and you got a WinHelp file (.hlp) that actually works really well.
…
13
votes
21answers
2k views
NotImplementedException - are they kidding me?
This really, really urks me, so I hope that someone can give me a reasonable justification for why things are as they are.
NotImplementedException. You are pulling my leg, right?
No, I'm not going …
6
votes
4answers
506 views
Is the original Java ideal dead?
I feel that while I love J2ME and Java it's hypocritical of them to have two APIs for Java. Java was designed with "One code, many platforms" in mind, and now it's more like "One API for every OS, and …
4
votes
8answers
168 views
Software Development - would you ever refer to it as an art?
For an aspiring theatre actor, making it to broadway probably represents success.
For a karate newbie, achieving a black belt, probably means everything.
As a passionate programmer who just doesn't …
3
votes
19answers
570 views
Good programmer is the one that put code into production?
Recently I found on a blog this:
" So I changed my mind and now my
single reason that identify good
programmers is “A good programmer is
the one that put code in production”
it means that …
3
votes
10answers
292 views
How do I find Microsoft APIs?
I'm a java programmer, and if I see something that:
I don't know about
or just want to find a method description without opening an ide
or am on support
I type java [classname] into google, and …
2
votes
6answers
330 views
Is magento really opensource?
For the last month or two I have been trying to wrap my head around Magento, with a moderate degree of success. While it has been billed as the next great e-commerce system , I have come to realize …
1
vote
8answers
354 views
Why is Lua so ignored? [closed]
[asking this at extreme risk of getting closed as S&A, hope it isn't as I want to improve Lua's visibility]
Everywhere I go from code-golf questions to anything relating scripting, people chant …
1
vote
6answers
180 views
Why is my compiled code so much slower on Windows than the same code compiled on OSX? [closed]
I am working on a cross-platform application that does some heavy number crunching. Specifically, it does some logarithmic spectral smoothing, i.e. many logarithms, trigonometric functions and …
