vote up 19 vote down star
3

Recently there was an ethical question asked, but I'd like some input on what might be included in a comprehensive code of ethics. I'm thinking of something along the lines of the Hippocratic Oath that professional software developers would hold to.

We are in a relatively new profession, so there's likely to be debate about what should and should not be included in an ethical code. There are published ethical codes, such as ACM's and GNU's, but there are deep philosophical differences among programmers. Perhaps we can't find a definitive answer for how programmers should behave, but we can get some consensus on what most of us feel is right and wrong.

Please limit yourself to one point per answer so we can vote up or down. Ideally, the most important ethical considerations will rise to the top and less important clauses will stay at the bottom. I'd say it's fair game to "borrow" points from other published lists and get inspiration from the ethics tag. Please cite any sources. (Inspired by MagicKat's answer.)

flag
show 1 more comment

67 Answers

prev 1 2 3
vote up 3 vote down

Don't leave broken windows

link|flag
show 1 more comment
vote up 1 vote down

Commitment to excellence.

(In other words avoid mediocrity and half assed solutions at all costs)

link|flag
show 3 more comments
vote up 0 vote down

Reading code is inaccessible to most people, so it definitely needs to include something about documentation agreeing with implementation.

link|flag
vote up 3 vote down

How about "Don't be evil".

link|flag
show 3 more comments
vote up 12 vote down

Don't make a program that you know will be used for evil(spam, hacking others sites, etc).

link|flag
1  
So never code a web browser? (When the UK government tried to ban all tools for hacking I pointed out the web browser would then be banned) Evil is in the eye of the beholder; nmap is a good example; it can be used for evil, but it's also incredibly useful – blowdart Sep 17 '08 at 20:29
1  
I don't agree with this one. There are alot of programs that can be used for security reasons that could be also used for "evil" as you say. And, Hacking is bad unless done for a malicious purpose. There is plenty of ethical hacking. – Chris Pietschmann Sep 18 '08 at 21:44
show 4 more comments
vote up 11 vote down

Never commit code that intentionally breaks the build.

link|flag
show 5 more comments
vote up 18 vote down

If you use code from somewhere else, cite where you got it from.

link|flag
show 1 more comment
prev 1 2 3

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.