DEV Community

Discussion on: Where is the limit of your ethics? Where would you draw the line?

Collapse
 
nombrekeff profile image
Keff

Interesting answer too.

Yeah, I agree, though sometimes the line between legal and illegal is quite blurry.

I was not aware you could get sued for making buggy code, or for not making accessible software, but it kinda makes sense in some way. Though it could be debatable if the devs should be responsible or the company.

Luckily I have not been requested to do anything illegal yet, but I have been requested to do some immoral/unethical things, which I've discussed with the pertinent people. If I can't convince them I will do it, but at least I have a confirmation and a written record as you pointed out. Which makes me sleep a lot better at night.

"make this form, but make the checkbox pre-ticked"

Funny enough I had to do this a while back, and I had to make sure it was legal and confirm that I should do it. I still don't think that was legal, but they supposedly asked the layers and it was OK. Who knows... I might get sued at some point for that lol

Thanks for the answer, It's really interesting.

Collapse
 
sargalias profile image
Spyros Argalias

Lol, yeah same I had the same issue with checkbox and they asked the lawyers too apparently.

Just to be clear, I'm not claiming you could be sued for making buggy code. As I said I'm not a lawyer and I'm not sure how far it would have to go for programmers to be personally sued for something.

I was referring to if you had your own software development company (or were self-employed), and another company has commissioned you for something, that's business to business. If you didn't deliver what was in the contract (like the software was buggy in this case) you'd be required to fix it or they could probably sue. Not sure if it relates at all to employer-employee relationship. But as I said, I don't want to take the chances.

Thread Thread
 
nombrekeff profile image
Keff

Ohh I see, yeah that makes more sense. In our case we offer fixes and maintainment as part of the contract. So we are obligated to fix any bugs or issues that might arise after the development has ended and the application has been shipped. I don't know if we could get sued here in Spain for that, but probably yes, as not doing so would break the contract.

I also wouldn't take any chances, better to be covered just in case!