Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Yes (Score 3, Insightful) 627

Offhand, yes, you are a less effective programmer if you rely on the IDE. I've seen many "programmers" that get completely lost if the IDE doesn't autocomplete everything for them. They have no sense as to how the program as a whole hangs together. (Note the specific phrasing of "rely on the IDE". Not the same as "uses an IDE". Not using the tool is silly. Requiring the tool is the problem.)

Comment Re:Do those things actually sell? (Score 2) 226

Give me a choice between the touch-screen keyboard and a physical, I will pick the physical almost every time. (It would have to be a pretty bad physical keyboard for me to pick the touch-screen one...) I've used the Blackberry keyboards since the beginning of Blackberry. They've always been better than the touch-screen versions (Blackberry, Android, iOS, all of them). (Of course, this is all IMHO)

Comment Cloud != Backup (Score 4, Insightful) 310

Augh! A mirrored folder to the cloud is _not_ backup! If you delete a file from the folder, that gets mirrored into the cloud so it's gone there too. If you overwrite a file in the mirrored folder, that gets mirrored to the cloud and it's changed there too. This is the same story as RAID drives. That's adding redundancy/resiliency. In the event of a failure of your local drive, yes, there's a second copy elsewhere. But in the event of "oops, I accidentally deleted a file I wanted to keep" you're out of luck.

Comment Re:Very different code (Score 1) 225

Yep... and highlights why I don't even try to use an assignment in that area (both that a certain complier will still warn about it, and that it even gives rise to this problem. Just write the assignment before the test and be done with it.). Whether RVCT should or should not complain about it is a QoI (Quality of Implementation) issue.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...