Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:IDEs... (Score 1) 93

The GP to which you replied is a near-sighted bigot. If he lived in the South, he'd be prime KKK material. For all I know, he's a(n honorary) member in actuality.

Anyone who thinks a few keystrokes is less efficient than piecing together a Unix pipeline that will totally mess up your code is a complete idiot and really isn't worth a second thought.

Comment Re:IDEs... (Score 1) 93

IDEs do a lot to make creating software more efficient. Mere typing is trivial, and doesn't generally take the majority of the time. If you can't learn an IDE well enough to appreciate it, you are either a complete idiot or you are writing such trivial software that no one cares about it. Or, possibly, you are using a language for which no (good) IDE exists, but you didn't try that argument, so I'm guessing A or B.

Comment Re:I can think of one that Steve Jobs disagreed wi (Score 1) 598

I agree with the anon poster. You are an idiot. A computer scientist better be able to write a QS in their sleep, but a programmer better know how to find a suitable implementation already written. If I were hiring a programmer (rather than being one), I'd look for people that know what needs doing and how to find code that already does that job. In your typical app, there's very little custom algorithm work. The vast majority is simply tying pieces together to generate the desired outcome.

Comment Re:Dont. (Score 1) 682

I would never give a phone to a four year old, but the idea that they don't understand it is ridiculous. My 2 year old knows exactly what a phone is for (my wife and I have identical dumb-phones), and she knows several uses to which an iPad can be put. I imagine that at 4 she will be rather competent at using both.

Comment Re: Oh Yeah! (Score 2) 189

Take a look at Objective-C's blocks and how they are typically used. Pass a block to a method that runs async on another thread and calls your block when it's done. Sure, you could write a hundred one-off little functions to pass off to different requests, but it's simpler and easier to follow blocks. Why? Because you (can) define the block inline to the method call which will call it. Now you can look at the call site and the code that it will execute on completion, all in one place.

Comment Re:500 kph!!! (Score 1) 174

You are what is known as an ignoramus. Or a total idiot. Possibly both!

"kph" is an acronym (in the vernacular), or to be pedantic, an initialism. It stands for km per hour, which is a measure of speed which utilizes an SI unit.

But you knew that, which really makes you an incredible piece of shit.

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...