From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeeds.belnet.be!news.belnet.be!news2.kpn.net!news.kpn.net!nslave.kpnqwest.net!nloc.kpnqwest.net!nmaster.kpnqwest.net!nreader3.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: what makes a production quality programer? (was Re: New Lisp ?) References: <87vgew4631.fsf@teonanacatl.andreas.org> <3C27C7BC.DECCE7DB@quiotix.com> <87pu542jjz.fsf@teonanacatl.andreas.org> <3C27D85C.9E5FE363@quiotix.com> <3c2b53cb_8@news.newsgroups.com> <1009548523.290374@haldjas.folklore.ee> <3218556655720190@naggum.net> Mail-Copies-To: never From: Erik Naggum Message-ID: <3218582578762837@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 56 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 29 Dec 2001 02:43:01 GMT X-Complaints-To: newsmaster@KPNQwest.no X-Trace: nreader3.kpnqwest.net 1009593781 193.71.66.49 (Sat, 29 Dec 2001 03:43:01 MET) NNTP-Posting-Date: Sat, 29 Dec 2001 03:43:01 MET Xref: archiver1.google.com comp.lang.lisp:23273 * marc@oscar.eng.cv.net (Marc Spitzer) | From someone who is not a production quality programmer: | | what is one? First, someone who knows the language well and who does not fight it, and therefore can read it painlessly and effortlessly and who can also write correct code in it, considering all specified implications of the code. Second, someone who specifies his own functionality with at least as much precision as the language specification and codes accordingly. Third, someone who knows the implementation and the tools he uses well and uses them to their fullest. Fourth, someone who can deal with upgrades just as effortlessly and does not remember things past after they have changed. | how do I become one? You internalize the specification of the language you use and subjugate your desires for what the language should be like to what it really is when you are using the language. In other words, a production quality programmer is one who has figured out that the language and the tools he is using are just as real as his physical reality when he is using them to shape and build something new within that reality. Those who believe in magic, in wishful thinking, or in rebellion against physics are not good engineers. Similar failure to understand the computing environment one lives in leads to broken code and a serious lack of trustworthiness in both code and programmer. In my view, a successful computing environment is one which lends itself to exactly the same kind of hard science as physics, like the hardware, but which becomes malleable if you go from "user mode" into "god mode". The distinction between "god mode" and "user mode" is precisely where you accept what is for what it is, instead of trying to change it before you use it. The ability to relinquish the "power" that comes from changing the computing environment in order to live in it is fundamental to one's ability to live in the software creations of other people. In "user mode", you look at something and decide whether to use it or not according as it fits your desires and wishes. In "god mode", you look at something and decide how to change it to fit your desires and wishes. It should be obvious that trying to change something that is not changeable must lead to serious frustrations -- like wanting the specification of either language or application to be something else -- and that these frustrations lead to extremely low quality code with random behavior, depending on whether the programmer's wishes du jour were met or not. /// -- The past is not more important than the future, despite what your culture has taught you. Your future observations, conclusions, and beliefs are more important to you than those in your past ever will be. The world is changing so fast the balance between the past and the future has shifted.