Groups | Search | Server Info | Login | Register


Groups > comp.os.linux.misc > #79566

Re: Python

From "Carlos E.R." <robin_listas@es.invalid>
Newsgroups comp.os.linux.misc, alt.folklore.computers, comp.lang.python
Subject Re: Python
Date 2025-12-20 12:38 +0100
Message-ID <ffei1mx4lk.ln2@Telcontar.valinor> (permalink)
References (20 earlier) <mqegqtFl85nU6@mid.individual.net> <CcCcnbUCnYYD-N_0nZ2dnZfqn_SdnZ2d@giganews.com> <mqgdu2Fng8U3@mid.individual.net> <fsidnRnSK9Uz7d70nZ2dnZfqnPednZ2d@giganews.com> <10i13o0$c16d$1@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


On 2025-12-18 15:40, Peter Flass wrote:
> On 12/17/25 20:10, c186282 wrote:
>> On 12/17/25 14:17, rbowman wrote:
>>> On Wed, 17 Dec 2025 03:11:09 -0500, c186282 wrote:
>>>
>>>> Probably 50% of the text in my code - doesn't matter which
>>>> lang - is 'comments'.
>>>
>>> I looked at some of my code and it's pretty much comment free.
>>> There are a couple of .c files with comments that I reused from
>>> another project that have somebody's comments.
>>> 
>>> I had a tendency to clone similar projects and inherit some code
>>> that I could tweak so the final executable did one thing well.
>>> We had a couple of nightmares that originally did one thing well
>>> but for the next project the programmer said 'That's close to
>>> what I need. A few configuration values here and there and it
>>> will work.'  The next time around it got some more configuration
>>> values to do something else.  I have a Swiss Army knife I found;
>>> it's in the junk drawer.>>
>>
>>    Well ... I'll better understand, and be able to mod, my
>>    old programs better than you. I find 'excessive' commenting
>>    anything BUT 'excessive'. I *enjoy* writing out the meaning
>>    and implications of almost every step.
>>
> 
> I comment *A LOT*. When I had to go back and revisit some very old code, 
> I wished I had commented more. I've almost never looked at a program and 
> said "I wish it had fewer comments."

+1

-- 
Cheers, Carlos.
ES🇪🇸, EU🇪🇺;

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-14 11:56 +0000
  Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 23:29 +0000
    Re: Python mm0fmf <none@invalid.com> - 2025-12-15 12:57 +0000
      Re: Python Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-15 22:57 +0100
      Re: Python c186282 <c186282@nnada.net> - 2025-12-15 22:31 -0500
        Re: Python Greg Ewing <greg.ewing@canterbury.ac.nz> - 2025-12-16 17:51 +1300
          Re: Python rbowman <bowman@montana.com> - 2025-12-16 08:32 +0000
      Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 21:45 +0000
        Re: Python rbowman <bowman@montana.com> - 2025-12-17 01:54 +0000
          Re: Python c186282 <c186282@nnada.net> - 2025-12-17 03:11 -0500
            Re: Python rbowman <bowman@montana.com> - 2025-12-17 19:17 +0000
              Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:10 -0500
                Re: Python John Levine <johnl@taugh.com> - 2025-12-18 03:28 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 23:02 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:54 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-18 04:25 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 19:22 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 01:14 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:44 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 07:40 -0700
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-18 18:00 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:28 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 12:52 -0700
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 03:53 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:37 -0500
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:29 -0500
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-20 12:38 +0100
        Re: Python Dan Espen <dan1espen@gmail.com> - 2025-12-17 16:17 -0500
          Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 22:11 +0000
            Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:18 -0500
              Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:07 +0000
          Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-17 22:13 +0000
            Re: Python rbowman <bowman@montana.com> - 2025-12-18 00:52 +0000
              Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 08:03 +0100
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:39 +0000
                Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-18 15:43 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:38 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:56 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 08:18 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 03:30 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:38 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:01 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-21 04:08 +0000
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-27 22:36 +0100
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 09:55 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 11:19 +0100
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 12:36 +0000
  Re: Python c186282 <c186282@nnada.net> - 2025-12-14 23:36 -0500
    Re: Python candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-19 13:30 +0000
      Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:50 +0000
        Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-19 20:03 +0000
          Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-19 21:00 +0000
            Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:16 -0500
          Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:15 -0500
            Re: Python rbowman <bowman@montana.com> - 2025-12-21 04:14 +0000
              Re: Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-21 09:06 -0500
                Re: Python drb@ihatespam.msu.edu (Dennis Boone) - 2025-12-21 18:31 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-21 21:00 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-22 07:29 +0100
                Linux at work in the old days Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-22 07:20 -0500
                Re: Linux at work in the old days rbowman <bowman@montana.com> - 2025-12-22 19:18 +0000
                Re: Linux at work in the old days c186282 <c186282@nnada.net> - 2025-12-23 01:41 -0500
                Re: Linux at work in the old days Peter Flass <Peter@Iron-Spring.com> - 2025-12-23 07:26 -0700
                Re: Linux at work in the old days Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-23 20:21 +0000
                Re: naughty Python John Levine <johnl@taugh.com> - 2025-12-22 21:26 +0000
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 00:49 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-23 01:55 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-23 11:21 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-23 06:34 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-23 12:38 +0000
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 20:28 +0000
                Re: naughty Python Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-23 14:21 -0800
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 23:55 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-24 05:33 -0500
                The power of languages (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-24 15:49 +0000
                Re: The power of languages (Re: naughty Python) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-24 23:28 +0000
                Re: The power of languages (Re: naughty Python) Thomas Prufer <prufer.public@mnet-online.de.invalid> - 2025-12-27 15:29 +0100
                Re: The power of languages (Re: naughty Python) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-27 21:21 +0000
                Re: The power of languages (Re: naughty Python) rbowman <bowman@montana.com> - 2025-12-27 23:17 +0000
                Re: The power of languages (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-28 04:09 +0000
                Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 22:22 +0100
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-28 21:06 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 04:04 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-29 01:07 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 06:38 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-29 02:31 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 17:09 +0000
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-29 13:35 +0000
                Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-29 07:33 -0700
                Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-29 13:27 +0100
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-29 13:34 +0000
                Re: naughty Python John Ames <commodorejohn@gmail.com> - 2025-12-29 09:53 -0800
                Re: naughty Python John Levine <johnl@taugh.com> - 2025-12-29 04:43 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-29 01:22 -0500
                Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-29 13:34 +0100
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-24 12:41 +0000
                Re: naughty Python Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-24 23:28 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-24 21:30 -0500
                Intellectuals (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-25 22:05 +0000
                Re: Intellectuals (Re: naughty Python) c186282 <c186282@nnada.net> - 2025-12-25 22:20 -0500
                Re: Intellectuals (Re: naughty Python) The Natural Philosopher <tnp@invalid.invalid> - 2025-12-26 07:02 +0000
                Re: Intellectuals (Re: naughty Python) c186282 <c186282@nnada.net> - 2025-12-26 02:16 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-24 12:40 +0000
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-24 12:32 +0000
              Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-27 22:40 +0100
                Re: Python Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-27 23:21 +0000
                Re: Python dillinger <dillinger@invalid.not> - 2025-12-28 02:05 +0100
                Re: Python Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-27 18:16 -0800
                Re: Python dillinger <dillinger@invalid.not> - 2025-12-28 04:59 +0100
                Re: Python Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-28 08:32 -0800
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 13:48 +0100
                Re: Python dillinger <dillinger@invalid.not> - 2025-12-28 14:14 +0100
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 14:42 +0100
                Re: Python rbowman <bowman@montana.com> - 2025-12-28 17:41 +0000
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 22:11 +0100
                Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-28 22:06 +0000
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 23:30 +0100
                Re: Python Niklas Karlsson <nikke.karlsson@gmail.com> - 2025-12-29 10:47 +0000
                Re: Python Bob Eager <news0009@eager.cx> - 2025-12-29 11:11 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-28 21:23 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-29 04:15 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-29 01:17 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-29 06:40 +0000
                Re: Python Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-28 23:20 -0800
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-29 10:42 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-29 07:31 -0700
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-29 15:52 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-29 11:12 -0500
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-29 17:28 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-29 17:15 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-29 02:52 -0500
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-29 13:40 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-29 07:29 -0700
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-29 16:27 +0000
      Re: Python c186282 <c186282@nnada.net> - 2025-12-20 02:52 -0500
        Re: Python rbowman <bowman@montana.com> - 2025-12-21 04:00 +0000
          Re: Python candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-23 16:00 +0000
            Re: Python rbowman <bowman@montana.com> - 2025-12-23 20:30 +0000
              Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-23 21:14 +0000
    Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-19 20:57 +0000
      Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-19 22:09 +0000
        Re: Python rbowman <bowman@montana.com> - 2025-12-20 05:37 +0000
        Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-20 10:34 +0000
        Re: Python Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-20 11:45 +0000
          Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-20 13:32 +0000
          Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-20 16:36 +0000
            Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-20 16:37 +0000

csiph-web