Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:what could possibly go wrong? (Score 1) 261

Yes, in that case they'll probably be at-fault, which really isn't much consolation when you have to stop everything you were planning on doing to deal with your damaged-ass car. And if you're seriously injured or killed in the accident, that will further ruin your day. And if you're really unlucky, the other driver will not be carrying insurance. The only time I've ever been in an accident that involved another driver, the other driver wasn't. And yes, it was required by law in that state. And yes, my insurance was pretty good about paying for my damages while they were suing the bejesus out of them. Took a month to put my car back together, and the body shop really didn't do a very good job of it. So in general if you can avoid an accident, it's really better to do so, no matter whose fault it's going to turn out to be.

Comment Well I am Glad (Score 2) 62

If they told everybody "your info was hacked" while they hadn't cleaned it up yet, a bunch of folks would have logged on and changed their passwords, immediately exposing the NEW ones. You clean up first, then you engage the PR folks.

Comment Unit Tests! (Score 1) 548

One of my biggest advances as a programmer has been writing unit tests for everything and the associated decoupling of code required to make unit tests for everything actually work well. They reveal weaknesses in your design early on, before fixing them is too bad, encourage reusable code, encourage you to keep your design simple and increase the degree of certainty you have when you deploy something. I haven't quite jumped on the test-first bandwagon yet, but I'll write a class and then write its unit test. If the unit test reveals that more functionality is needed or that I need to change something, I do it then.

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...