Forgot your password?

typodupeerror

Comment: Re:In theory, theory and practice are the same... (Score 1) 235

by HornWumpus (#43785889) Attached to: Trade Group: US Software Developer Wages Fell 2% Last Year

Nobody does been counting currency manipulation with floats unless they _have_ to. Because the code to make floats get the right answer is so ugly it's insane. But it's still faster in many cases. If for example you are writing a simulation model for an economic system floats are great for money. All an approximation anyhow.

Time to market and maintainability remains more important then execution speed for 99%+ of the code in the world. Using libraries is how that's done. e.g. What difference does it make if you code is slightly slower preparing database updates when it's database speed constrained anyhow.

I'm never going to defend PHP. It's the wrong tool for any job. Doesn't mean I'm writing bean counting apps in assembly language or C.

For some reason, this fortune reminds everyone of Marvin Zelkowitz.

Working...