Page 1 of 1

Ten Commandments for Stress Free Programming

PostPosted: Sun Aug 19, 2007 8:00 pm
by Jared
Thou shalt not worry about bugs.
Bugs in your software are actually special features.

Thou shalt not fix abort conditions.
Your user has a better chance of winning state lottery than getting the same abort again.

Thou shalt not handle errors.
Error handing was meant for error prone people, neither you or your users are error prone.

Thou shalt not restrict users.
Don't do any editing, let the user input anything, anywhere, anytime. That is being very user friendly.

Thou shalt not optimize.
Your users are very thankful to get the information, they don't worry about speed and efficiency.

Thou shalt not provide help.
If your users can not figure out themselves how to use your software than they are too dumb to deserve the benefits of your software anyway.

Thou shalt not document.
Documentation only comes in handy for making future modifications. You made the software perfect the first time, it will never need modifications.

Thou shalt not hurry.
Only the cute and the mighty should get the program by deadline.

Thou shalt not revise.
Your interpretation of specs was right, you know the users' requirements better than them.

Thou shalt not share.
If other programmers needed some of your code, they should have written it themselves.

Re: Ten Commandments for Stress Free Programming

PostPosted: Mon Aug 20, 2007 12:07 am
by ThomasKaira
;D ;D ;D

Stress free indeed. ::)

Re: Ten Commandments for Stress Free Programming

PostPosted: Mon Aug 20, 2007 12:55 am
by PsychoDiablo
Image

Re: Ten Commandments for Stress Free Programming

PostPosted: Mon Aug 20, 2007 2:58 am
by john_uk
from my experience, their is no such thing as stress free programming!

Re: Ten Commandments for Stress Free Programming

PostPosted: Wed Aug 22, 2007 8:52 pm
by Ashton Lawson
from my experience, their is no such thing as stress free programming!


indeed my friend... ;)

when i program (on a bad day atleast), i spend probably a minute of intense 'oh my god, what's next' thinking, for every 5-10 lines of code i write, not including the {s and }s.

programming is anything but stress free, so, i only program when i feel like thinking...  otherwise, i watch TV or write stuff like this.