From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_FONT_LOW_CONTRAST,HTML_IMAGE_ONLY_12,HTML_MESSAGE, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 18992 invoked from network); 30 Jan 2023 16:42:12 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 30 Jan 2023 16:42:12 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id E4BB5425F8; Tue, 31 Jan 2023 02:41:59 +1000 (AEST) Received: from mail-vk1-f179.google.com (mail-vk1-f179.google.com [209.85.221.179]) by minnie.tuhs.org (Postfix) with ESMTPS id 19B054010C for ; Tue, 31 Jan 2023 02:41:55 +1000 (AEST) Received: by mail-vk1-f179.google.com with SMTP id u199so5505210vkb.12 for ; Mon, 30 Jan 2023 08:41:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=VnxARkRBqx5mR8H/U/LF0W5FcuGvGFiG8IzLy/MwQEU=; b=JB1TnefWM73SxTvi3noFlhgp6cpHDdBt2kr+DZNYLpicIP03qd9Jpj4FCZWLb4IbVM zytop8rdRsXAnutSdXrwxLt/eyGENv+8SEIV63jTX2n/uFEbSYgUDgV+yXlW7/V8ZGBx MR0y1YkdYVsLLEVZhMDw7dg28UTuuf/FtfzV0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VnxARkRBqx5mR8H/U/LF0W5FcuGvGFiG8IzLy/MwQEU=; b=QyDS4837J/0M8UCuJ4Kl/6VQMq7mtSFPla7ifXaSKUce/Sh697KwsSWHo80XUdl9St TSAe/z1glPi5Ao0wY8BBels01OkizwNsnFxGLiUtk1VlzDN3CqaOUgfKPQK2V4xo2qPv pqaEJhauxkGzosjspro2rQUB1k27+Xu717JXm7M4+aXtZCTRCEgmIAkHW6FuDNHY1hS5 UCf3Eu7llOK+rODyt+H4Zy0eu+h3Qjj7SAaTDjB7/gXnlkAEvKws18gmGM4PaFk3GAcK FH9A5DL7Q7Gew8w3zoYwJFc5ejE9ssZSWXwk14h90ca0V/N+AxafA0pgHyOawtt/8fRe JIHA== X-Gm-Message-State: AO0yUKUKMhNHDTt1VKCuTzLQJehhcAMp1ZoY+hQPU9cCRl0OQOaS3M90 6h3p3RHpIALWwUETRRGL/ZKVcrNb93lnf//ghz0DeJBKT3nQHBJH X-Google-Smtp-Source: AK7set9jA5pxX4CE+8A9/grzUrcpqMH/t09h/acBOHeyUdNBYRJ9SulZ0DPNJOd42bA+y0NRcu1KP+XR/qwFhPUuC4Y= X-Received: by 2002:a05:6122:b58:b0:3e9:ffc0:fb54 with SMTP id 24-20020a0561220b5800b003e9ffc0fb54mr1298924vko.9.1675096854164; Mon, 30 Jan 2023 08:40:54 -0800 (PST) MIME-Version: 1.0 References: <202301300750.30U7oQTh013304@freefriends.org> <20230130150219.GD12306@mcvoy.com> <20230130152703.GE12306@mcvoy.com> <20230130154555.GF12306@mcvoy.com> <20230130162719.GI12306@mcvoy.com> In-Reply-To: <20230130162719.GI12306@mcvoy.com> From: Clem Cole Date: Mon, 30 Jan 2023 11:40:26 -0500 Message-ID: To: Larry McVoy Content-Type: multipart/alternative; boundary="000000000000f50aa005f37de0b5" Message-ID-Hash: SWC5JVQTLAWZC4AAD4OOMFOYTM3DS33N X-Message-ID-Hash: SWC5JVQTLAWZC4AAD4OOMFOYTM3DS33N X-MailFrom: clemc@ccc.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: FD 2 List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --000000000000f50aa005f37de0b5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Jan 30, 2023 at 11:27 AM Larry McVoy wrote: > I've always had the opinion that code should be written in a way that > is the most easy to read. > Amen -- using the principle of '*least obscure*' or obtuse - being obvious is thinking about a quick and casual human reader of code, not a compiler someone taking intense notes. =E1=90=A7 --000000000000f50aa005f37de0b5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Mon, Jan 30, 2023 at 11:2= 7 AM Larry McVoy <lm@mcvoy.com> w= rote:
I've always had the opinion that code should be written in a way that is the most easy to read.

Amen -- using t= he principle=C2=A0of 'least obscure' or obtuse - being obvio= us is thinking about a quick and casual human reader of code, not a compile= r someone taking intense notes.
3D""=E1=90=A7
--000000000000f50aa005f37de0b5--