PDA

View Full Version : Professional Programmer Guidelines



NeoGen
03-01-2006, 12:40 AM
For any programmers out there... :roll:



1. A professional programmer picks a worthwhile problem to attack; we are engineers, not scientists, and therefore should attempt solutions that will solve real user problems

2. A professional programmer has a dedication to the end-user experience; most computer applications built these days are Web applications built by small teams and hence it is now possible for an individual programmer to ensure that end users aren't confused or frustrated (in the case of a programmer working on a tool for other programmers, the goal is defined to be "dedication to ease of use by the recipient programmer")

3. A professional programmer does high quality work; we preserve the dedication to good system design, maintainability, and documentation, that constituted pride of craftsmanship

4. A professional programmer innovates; information systems are not good enough, the users are entitled to better, and it is our job to build better systems

5. A professional programmer teaches by example; open-source is the one true path for a professional software engineer

6. A professional programmer teaches by documentation; writing is hard but the best software documentation has always been written by programmers who were willing to make an extra effort

7. A professional programmer teaches face-to-face; we've not found a substitute for face-to-face interaction so a software engineering professional should teach fellow workers via code review, teach short overview lectures to large audiences, and help teach multi-week courses






I'm just an amateur programmer yet so I don't need to follow those guidelines... :lol: