From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,1042f393323e22da X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,1042f393323e22da X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,1042f393323e22da X-Google-Attributes: gid1014db,public From: "Keith Shillington" Subject: Re: Software Engineering is not a hoax... Date: 1997/06/12 Message-ID: <01bc7746$c7475c50$fc00af88@godiva>#1/1 X-Deja-AN: 247919761 Sender: news@thomsoft.com (USENET News Admin @flash) X-Nntp-Posting-Host: leonidas References: <5lsjb3$bqc@bcrkh13.bnr.ca> <33859489.7FB8@spam.innocon.com> <3385B67B.1439@msim.co.uk.spamstop> Organization: Aonix, San Diego, CA, USA Newsgroups: comp.lang.c++,comp.lang.c,comp.lang.ada Date: 1997-06-12T00:00:00+00:00 List-Id: Ahem. Amen. Agreed. In fact, I'd swing out onto the thin ice on the skinny branches and say that to "code" more than that breeches the boundaries between software engineering and, well, let's not mince terms here, hacking. And, home is a great place to hack. I don't want to knock hacking. I love to hack. There's something wonderful about tinkering, like writing HTML in VI; like counting the number of clock cycles in a loop to see if some blindingly fast operation can be made faster; not because it needs to be, but because it can be. This, on the other hand, tends to be inappropriate in an environment where the software you (I, we) are writing ultimately will wind up on someone elses plate to be maintained. Robert Dewar pontificated: | William said: | | <> | | I can only understand this if you replace "writing software" with | "coding". To me documentation, design, version control, project management, | bug reports etc etc are an *integral part* of what writing software is | all about.