Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Bugs are an error in the... (Score 1) 596

I've written a lot of code on short notice for deadlines; but even then I can't say I've written "shitty code" in a long time. But I limit my interpretation in such cases to code that is bug prone and/or hard to read. Anything that is stable and easy to read can be optimized/expanded at a later time if necessary.

Comment Re:Displace the netbook? (Score 1) 315

Standby works great on my netbook running windows 7. Takes only a second or two at most to come back alive and ready to go. Works just fine on my vista laptops too from various manufacturers. XP had some issues but long ago and primarily due to needing uninterupted disk space large enough to handle all the ram on the box, so if you added more ram you ran into issues.

Comment Re:Only the literate can read (Score 1) 597

"No, that's what comments are for, you can't expect people to be able to read your code."

Yes, you can.
Comments should be the exception, not the rule. I've written millions of lines of code over the years and only thousands of lines of comments. I'll admit that I may not write the most efficient code; but it is always extremely easy to read and flexibly designed. And people of various levels of experience can read it and either completely understand it or get the overall gist just by reading the functions names, variables, etc. I reserve comments for the truly tricky stuff.

It takes little more initial effort, ie: I never abbreviate words, I always type out the full path to a class ("System.Data.DataSet" instead of just "DataSet"), I use standard naming conventions and never take shortcuts in formatting my code. Like I said, it takes a little more initial work but it ends up reading like a novel.

Sure, comment regular expressions, but those are often difficult to read/understand just by default with no real easy way to make them readable.

Comment Re:burning cars (Score 1) 419

she was wearing her seat belt which became jammed.

Things like this are why everyone should carry (at least) a pocketknife, either on them or in their car within easy reach.

Personally I almost always have one of my Gerber's in one of my pockets, I've been carrying pocket knives since I was in elementary school. I, and a bunch of others, even carried our knives to school. But with the nanny state that's inadvisable today, whenever I go into a government building I have to take my knife out before entering.

Mandatory seatbelt laws save far more lives than they cost, and the problem you quote is so easily avoided that it's a straw man arguement against them.

Ah, so you're going to say the death of the elementary school girl I knew who burned to death could have been avoided? Yea, it could have, by not getting in a car. But because you apparently don't believe in personal responsibility you want government to dictate what can not and must do. I don't want to live in your world where governments can make victimless crimes.

Falcon

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...