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

1 2 3 next
vote up 11 vote down check

Code no harm

link|flag
1  
I'm glad I held off on that answer ("First, do no harm"). Yours is worded more elegantly. – Jon Ericson Sep 17 '08 at 20:05
show 3 more comments
vote up 24 vote down

Consider the plight of future programmers (including yourself) when they come to your code. That clever hack you wrote won't look so clever years down the line when someone discovers it's buggy and impossible to understand.

link|flag
2  
That "someone" includes yourself, BTW. Oh, and it doesn't need years. – Jörg W Mittag Sep 18 '08 at 1:28
show 3 more comments
vote up 22 vote down

Never ship anything you wouldn't use.

(I mean this from an interface/quality standpoint, not from a business use one of course. Thanks to Jon and Grant for pointing out the vagueness of the point.)

link|flag
1  
Unless it's software that you wouldn't use. (Custom software for another company for example) – Grant Sep 17 '08 at 19:43
show 1 more comment
vote up 18 vote down

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

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

Programmer ethics? How about this:

It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter. - Nathanial Borenstein

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

When working with existing code, always leave the code cleaner than when you found it.

link|flag
1  
This is a good one, but you need to remember not to change any code when doing this or you may break something. Remember, if you were the last one editing the code, and something breaks after your update is applied, you broke it. period. – Chris Pietschmann Sep 18 '08 at 21:45
show 1 more comment
vote up 16 vote down

Never use your code for personal job security.

Anything that tends to ensure that you are the only one who can maintain the code falls into this category: lack of comments, misleading comments, obfuscation, poor variable names, misleading function names, functions with multiple side effects, easily confused variable names (simple and simp1e), subtle coding tricks, secret back doors, etc.

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

I like the IEEE CSDP: Software Engineering Code of Ethics and Professional Practice.

Here are items that I found particularly important:

  • 1.01. Accept full responsibility for their own work.
  • 1.08. Be encouraged to volunteer professional skills to good causes and contribute to public education concerning the discipline.
  • 2.01. Provide service in their areas of competence, being honest and forthright about any limitations of their experience and education.
  • 3.04. Ensure that they are qualified for any project on which they work or propose to work by an appropriate combination of education and training, and experience.
  • 3.09. Ensure realistic quantitative estimates of cost, scheduling, personnel, quality and outcomes on any project on which they work or propose to work and provide an uncertainty assessment of these estimates.
  • 5.08. Not unjustly prevent someone from taking a position for which that person is suitably qualified.
  • 7.02. Assist colleagues in professional development.
  • 7.03. Credit fully the work of others and refrain from taking undue credit.
link|flag
vote up 13 vote down

Pay for the commercial software that you use.

It's only fair that other developers are rewarded for their work if you expect to be rewarded in turn.

link|flag
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 12 vote down

Program as if the next developer that will maintain your code will be a crazed maniac with an affinity for sharp objects and knows where you live.

link|flag
vote up 11 vote down

Don't hold your users' data hostage.

See DataPortability.org

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

Never commit code that intentionally breaks the build.

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

On a technical front: Always worry more about the next time some human reads your code than when the machine reads it.

Making code a PC can read and execute is trivial, making code the next guy can pick up an run with in a reasonable amount of time is an art form that can take decades to master.

link|flag
vote up 7 vote down

Solve the problems that matter. Let go of the ones that don't.

link|flag
vote up 6 vote down

Respect your User! Give them solutions that address their problems and work consistently.

link|flag
vote up 5 vote down

Here's the unifying theory:

Do unto others as you would have them do unto you.

(respect the original author's white space unless you are the new owner, don't release something you wouldn't use, leave the code at least as neat as you found it, don't break the build, and all the other applicably stuff already listed)

link|flag
1  
A solid (gold) suggestion. It's interesting to consider how it would apply to situations where there are multiple "others" such as the DRM issue. A developer who is stuck between an IP owner and users would need to address the concerns of both parties, I'd think. – Jon Ericson Sep 17 '08 at 20:41
vote up 4 vote down

The Software Engineering Code of Ethics and Professional Practice seems like a good place to start. It was developed jointly by the IEEE and ACM. As a software engineering major, I had to study the whole thing and write up my opinions on it; I won't bore you with that, but here is the preamble of the SECoE&PP:

PREAMBLE

The short version of the code summarizes aspirations at a high level of the abstraction; the clauses that are included in the full version give examples and details of how these aspirations change the way we act as software engineering professionals. Without the aspirations, the details can become legalistic and tedious; without the details, the aspirations can become high sounding but empty; together, the aspirations and the details form a cohesive code.

Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a beneficial and respected profession. In accordance with their commitment to the health, safety and welfare of the public, software engineers shall adhere to the following Eight Principles:

  1. PUBLIC - Software engineers shall act consistently with the public interest.

  2. CLIENT AND EMPLOYER - Software engineers shall act in a manner that is in the best interests of their client and employer consistent with the public interest.

  3. PRODUCT - Software engineers shall ensure that their products and related modifications meet the highest professional standards possible.

  4. JUDGMENT - Software engineers shall maintain integrity and independence in their professional judgment.

  5. MANAGEMENT - Software engineering managers and leaders shall subscribe to and promote an ethical approach to the management of software development and maintenance.

  6. PROFESSION - Software engineers shall advance the integrity and reputation of the profession consistent with the public interest.

  7. COLLEAGUES - Software engineers shall be fair to and supportive of their colleagues.

  8. SELF - Software engineers shall participate in lifelong learning regarding the practice of their profession and shall promote an ethical approach to the practice of the profession.

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

Newton once very humbly wrote “If I have seen further it is by standing on the shoulders of giants”. This is very apt for developers as we rely on so many giants of our profession for almost everything we do; from the platforms on which we develop to the help we get from developers all over the world.

I can derive two codes of ethics for programmers from this:

  • Always be humble (Edsger Dijkstra wrote an entire essay on this)
  • Whenever possible, help your fellow developers and give something back to the community (let’s try to be the shoulders on which the next generation would stand)
link|flag
vote up 3 vote down

How about "Don't be evil".

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

Don't leave broken windows

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

Stay legal - ie. do not break licensing stuff and sell a product as totally your own if some library you used requires mentioning.

link|flag
vote up 3 vote down

Expect the unexpected

(In other words, design for robustness)

link|flag
vote up 3 vote down

Do not lie to your customers/clients/boss

(In other words, avoid the it's 90% ready trap, and tell when there have been unexpected problems)

link|flag
vote up 3 vote down

When refactoring code don't leave the original code commented out beside the new code.

This is what version control is for.

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

Don't use use your technical knowledge to violate the privacy of others.

link|flag
vote up 3 vote down

Treat the codebase like a campsite: always leave it in better condition than when you found it.

link|flag
vote up 2 vote down

Share your knowledge

(I don't mean open your source, or speak at usergroups but rather don't try to make yourself unfire-able by never telling anyone anything and writing code that's hard to use)

The British Computer Society has both a code of conduct and a code of good practice. The fun thing about ethics is, of course, they're all relative.

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

Know your user.

link|flag
vote up 2 vote down

For an example, look at the Australian Computer Society's Code of Ethics

link|flag
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

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