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=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9114 invoked from network); 6 Mar 2021 21:20:00 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 Mar 2021 21:20:00 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id A1FCC9CACE; Sun, 7 Mar 2021 07:19:58 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 4AA849CA6D; Sun, 7 Mar 2021 07:19:47 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B8A5E9CA6D; Sun, 7 Mar 2021 07:19:45 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 1B8339CA6B for ; Sun, 7 Mar 2021 07:19:45 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 95CF235E209; Sat, 6 Mar 2021 13:19:44 -0800 (PST) Date: Sat, 6 Mar 2021 13:19:44 -0800 From: Larry McVoy To: Jon Steinhart Message-ID: <20210306211944.GE1054@mcvoy.com> References: <202103062101.126L1E2T2673856@darkstar.fourwinds.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202103062101.126L1E2T2673856@darkstar.fourwinds.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] tabs vs spaces - entab, detab X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sat, Mar 06, 2021 at 01:01:14PM -0800, Jon Steinhart wrote: > The trouble that I have with many coding ideologies is that it seems > like the goal is some slavish adherence to a rule set instead of > improving readability. Amen. I told my team "Optimize for reading, it's write once (or few) and read many". Anything that makes the code easier to read is a win even if it is more work for the writer.