Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


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

Re: AI-Based Coding Taking Over

From "Carlos E.R." <robin_listas@es.invalid>
Newsgroups comp.os.linux.misc
Subject Re: AI-Based Coding Taking Over
Date 2025-11-25 08:07 +0100
Message-ID <m61gvlxmbe.ln2@Telcontar.valinor> (permalink)
References <B7Scncrt7okKxUb1nZ2dnZfqn_adnZ2d@giganews.com> <10e2pfu$l73a$1@dont-email.me> <mmkjvfF3fffU10@mid.individual.net> <d_aNQ.939048$p8E9.104415@fx18.iad>

Show all headers | View raw


On 2025-10-31 23:45, Charlie Gibbs wrote:
> On 2025-10-31, rbowman <bowman@montana.com> wrote:
> 
>> On Fri, 31 Oct 2025 16:52:14 -0000 (UTC), John McCue wrote:
>>
>>> I have seen many imposed on us and I ignored all of them. The only one I
>>> thought was kind of useful was "structured",
>>> which came around where I worked in the early 80s.
>>
>> Yeah, back then you had to swear loyalty to top down structured
>> programming although like the rest of the methodologies it seldom was
>> implemented in a pure fashion.
> 
> I thought of it as a fad - a potentially useful one, but one that
> was often abused.  The number of function calls in a program became
> a figure of merit, and programs turned into a huge pile of tiny
> functions bound together by an impenetrable web of nested calls.
> I proclaimed it as the final triumph of bureaucracy: its success
> at finally penetrating the world of programming.

I did software that controlled machines. I did it in layers: a layer 
would be functions that talked to the i/o card, then layers that would 
do things with that, each layer more complex. Each layer being calls to 
the next layer under it, very easy to understand. Many functions, yes.

So, a speed_motor_up_to_1000_rpm_for_1_minute() would call 
speed_motor_up_to_n_rpm, this to set_output_x_to_y_volts(), 
read_motor_speed() and wait_1_minute().

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

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


Thread

Re: AI-Based Coding Taking Over "Carlos E.R." <robin_listas@es.invalid> - 2025-11-25 08:07 +0100
  Re: AI-Based Coding Taking Over c186282 <c186282@nnada.net> - 2025-11-25 03:58 -0500

csiph-web