208
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
14answers
848 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 …
1
vote
6answers
173 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 …
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 …
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 …
1
vote
1answer
11 views
Why do my indexes get dropped when I change an Index’d view’s schema?
Hi folks,
Server: MS Sql Server 2008
When i create an indexed view .. and i then alter the view's schema, the index's all get dropped.
It's sooo annoying!
Can someone explain w …
16
votes
10answers
830 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
2answers
117 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?
11
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? …
0
votes
0answers
49 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 …
4
votes
8answers
167 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 …
13
votes
13answers
921 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 …
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 …
1
vote
1answer
109 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 …
