<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I would suggest you review the many meanings of clean in a dictionary.  Among them included in <a href="http://Merriam-Webster.com" class="">Merriam-Webster.com</a> are …<div class=""><br class=""></div><div class=""><span style="caret-color: rgb(48, 51, 54); color: rgb(48, 51, 54); font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; letter-spacing: 0.20000000298023224px; background-color: rgb(255, 255, 255);" class="">1 b. free from contamination or disease</span></div><div class=""><span style="caret-color: rgb(48, 51, 54); color: rgb(48, 51, 54); font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; letter-spacing: 0.20000000298023224px; background-color: rgb(255, 255, 255);" class="">6 a. relatively free from error or blemish</span></div><div class=""><span style="caret-color: rgb(48, 51, 54); color: rgb(48, 51, 54); font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; letter-spacing: 0.20000000298023224px; background-color: rgb(255, 255, 255);" class="">7 a. characterized by clarity and precision</span><br class=""><div><br class=""></div><div>So I would suggest that regardless of the origin of usage of the word clean in computer science, this adjective is, in fact, quite useful and appropriate.  Of course, there are probably more cases than not where it could be argued whether a particular piece of code is clean or not.  If there is a disagreement between observers, the substitution of a different adjective is not likely to change anybody’s opinion.</div><div><br class=""></div><div>regards,</div><div>Mike Willegal</div><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 3, 2021, at 3:19 PM, Azhar Desai <<a href="mailto:mail@azh-r.com" class="">mail@azh-r.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi SIGCIS,<br class=""><br class="">I'm a software engineer,  who reads & relies some of your work, to help make sense of working in the astonishingly ahistorical tech sector - so thank you!<br class=""><br class="">I'm interested in the origins of the word "clean" in software design. In conversations about software, people might often prefer some code over another, arguing that it's "cleaner". An example from a 2020 paper on the implementation of a VPN in Linux:<br class=""><br class=""><blockquote type="cite" class="">While the Linux kernel’s crypto API has a large collection of primitives... ultimately, using raw primitives with direct, non-abstracted APIs proved to be far cleaner [1] <br class=""></blockquote><br class="">The most famous example is the eponymously titled book "Clean Code" (2008) which proposes snippets of code that are ostensibly always preferred.<br class=""><br class="">Does anyone know where I might find out how the word "clean" came to be used like this in software? My reasons for asking are somewhat impure: I'm trying to discourage this not very meaningful word in favour of more precise language.<br class=""><br class="">One of the earliest uses I've seen of "clean" is in one of Djikstra's notes from 1974 [2] on a design for arrays in response to how ALGOL 60 had it. [2] But I have no idea if it was in common use then, or had always been in the development of programming languages at least. I'd love to hear any thoughts.<br class=""><br class="">Best,<br class="">Az<br class=""><br class="">[1] <a href="https://www.wireguard.com/papers/wireguard.pdf" class="">https://www.wireguard.com/papers/wireguard.pdf</a><br class="">[2] <a href="https://www.cs.utexas.edu/users/EWD/ewd04xx/EWD417.PDF" class="">https://www.cs.utexas.edu/users/EWD/ewd04xx/EWD417.PDF</a><br class="">_______________________________________________<br class="">This email is relayed from members at <a href="http://sigcis.org" class="">sigcis.org</a>, the email discussion list of SHOT SIGCIS. Opinions expressed here are those of the member posting and are not reviewed, edited, or endorsed by SIGCIS. The list archives are at <a href="http://lists.sigcis.org/pipermail/members-sigcis.org/" class="">http://lists.sigcis.org/pipermail/members-sigcis.org/</a> and you can change your subscription options at <a href="http://lists.sigcis.org/listinfo.cgi/members-sigcis.org" class="">http://lists.sigcis.org/listinfo.cgi/members-sigcis.org</a></div></div></blockquote></div><br class=""></div></body></html>