Page 1 of 1

The Programmer's Code

Posted: Sat Mar 01, 2014 12:18 pm
by theweirdn8
Hey guys and gals,

So today I managed to write up a draft to the Programme'rs Creed. I'm posting to multiple coding communities and seeking assistance in producting a final draft.

Below is the creed.

Please comment on what you like, dislike, love and want changed.


The Programmer’s Creed

I believe in using programming to making the world a better place.
As technology grows I will grow.
I declare my abilities are not unmatched by other programmers.
Though an expert, I am still a novice.

I believe in the optimization of code.
I believe in constants and global variables
I believe in local and temporary variables

I believe in the ethical use of code
I will not use my code to harm or scam others.
I will not use my code to create viruses or malware.
My code will respect the human rights and dignity of others.

I believe in the open source community
When able to I will post tutorials and help beginners.

I believe in the commercial community
I will not persecute developers for making their projects commercial.

I believe in the standardization of code
I believe in using comment lines in an appropriate way
I confess there is no perfect programming language, the unity of developers and hope for a brighter future with technological advancement.


*You may use this creed on your websites, media, digital and physical print without permission. IF you do, please post in the comment section of places the creed is read and recited*
Thanks

Re: The Programmer's Code

Posted: Sat Mar 01, 2014 7:05 pm
by Cube_
hey, I like this text ^^;
If I use it I'll comment here, for now I'll just bookmark it.

Re: The Programmer's Code

Posted: Tue Mar 18, 2014 8:09 pm
by kazymjir
You need to get a costume like St. Ignucius and spread the words!

Re: The Programmer's Code

Posted: Thu Jun 05, 2014 9:34 am
by theweirdn8
Saint Ignatius is indeed legendary.

Re: The Programmer's Code

Posted: Wed Dec 24, 2014 2:07 pm
by Asimov
Hi theweirdn8,

I like your text and agree with most, but global variables are the spawn of Satan LOL, and lead to all kinds of problems if not kept in check.

Re: The Programmer's Code

Posted: Tue Mar 03, 2015 2:46 pm
by Cube_
While global variables are evil they're a necessary one and a powerful tool if used with discretion.

If used wrong they incite chaos and code stink, but in the few cases where they're used right they can instill an unparalleled amount of elegance.
Personally I think getters and setters are worse in 99% of cases, they're typically a sign of poorly designed OO code; they ruin encapsulation and make debugging hard (if used wrong).