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

 



Forgot your password?
typodupeerror
×

Comment Re:A programmer arrested for © infringement? (Score 1) 188

Pretty much everyone knows dealing drugs is illegal. But when you've got drop box, youtube, and everyone else allowing everyone to upload stuff to their sites, how are you supposed to know it is criminal? Even more so when all you are doing is writing code, not making value judgments on what is going to be uploaded with it.

Comment Hard work (Score 1) 233

Having cleaned up a lot of projects, I don't think a magic tool is the answer. You have to have management approval to fiddle and deal with the testing and new bug outcome. You should work hard to remove all warnings in the code, that often does wonders and exposes a lot of flaws. You need to understand the code and slowly, a, step at a time, evolve the code until it's pretty and we'll structured. Don't rewrite from scratch. Evolve a, step at a time. Fix one architectural issue, make sure it still works, and then keep going, keep refactoring.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...