202
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. …
1
vote
6answers
172 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 f …
1
vote
14answers
782 views
MATLAB: Defective or just different?
As an engineer and a "real" programmer, I often find that I despise MATLAB because none of the standard programming concepts that work in just about every other language are easy t …
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 leng …
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 …
21
votes
15answers
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 …
0
votes
0answers
39 views
xmi metadata interchange/uml
One of the purposes for XMI (XML Metadata Interchange) is to allow and easy interchange of metadata between UML modeling tools and MOF- based metadata repositories in distributed h …
0
votes
2answers
102 views
No max(x,y) function in Access
Can someone explain to me how VBA for Access could ship without a simple Max(x,y) Function?
I know it can be done: IIf(x > y, x,y) but really... why?
4
votes
8answers
165 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 programme …
16
votes
10answers
778 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 interchangeabl …
0
votes
5answers
92 views
Failed to see the value of LINQ [closed]
I have been studying LINQ (a few days so far), as the end result, I failed to see the value of LINQ as a long time OO developer (I am not an SQL person).
LINQ to Objects:
If the …
10
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? …
1
vote
1answer
102 views
RANT: Obvious missing features from WPF built-in controls [closed]
It's great that WPF is so flexible, but some of the built-in controls just don't cut it. The ListView + GridView control is the worst I've come across so far.
Here's my laundry li …
3
votes
19answers
546 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 producti …
12
votes
13answers
896 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 …
