Groups | Search | Server Info | Login | Register
Groups > comp.os.linux.misc > #76983
| From | rbowman <bowman@montana.com> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: AI-Based Coding Taking Over |
| Date | 2025-11-03 02:28 +0000 |
| Message-ID | <mmqiakF3kvrU5@mid.individual.net> (permalink) |
| References | (2 earlier) <mmkjvfF3fffU10@mid.individual.net> <10e4qbh$16v9t$4@dont-email.me> <QurNQ.177027$D_Tb.79872@fx47.iad> <gACdnRjgspLfMpv0nZ2dnZfqn_qdnZ2d@giganews.com> <njONQ.613513$6_hb.399208@fx46.iad> |
On Sun, 02 Nov 2025 19:30:27 GMT, Charlie Gibbs wrote: > A couple of times I've been faced with nasty bugs that I figured would > be tracked down with an interactive debugger. > But after I found myself playing Twenty Questions with the IDE long > enough, creating project files many times the size of the actualy code > and still not getting to where I could actually do some testing, I gave > up and went back to my old standby of sprinkling printf()s through the > code. (More accurately, I call my homebrewed logging function that > appends messages to a log file.) Yup. The language creators seem intent on coming up with a new term but almost every language has printf, writeln, println, console.log, or some variation and the technique is very portable. The trick is to refine the strategy and remove the statements that aren't useful so you're not looking at a mess.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Re: AI-Based Coding Taking Over John McCue <jmclnx@gmail.com.invalid> - 2025-10-31 16:52 +0000
Re: AI-Based Coding Taking Over rbowman <bowman@montana.com> - 2025-10-31 20:19 +0000
Re: AI-Based Coding Taking Over Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-31 22:45 +0000
Re: AI-Based Coding Taking Over c186282 <c186282@nnada.net> - 2025-10-31 22:35 -0400
Re: AI-Based Coding Taking Over The Natural Philosopher <tnp@invalid.invalid> - 2025-11-01 11:19 +0000
Re: AI-Based Coding Taking Over Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-11-01 17:32 +0000
Re: AI-Based Coding Taking Over c186282 <c186282@nnada.net> - 2025-11-01 21:09 -0400
Re: AI-Based Coding Taking Over rbowman <bowman@montana.com> - 2025-11-02 19:09 +0000
Re: AI-Based Coding Taking Over Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-11-02 19:30 +0000
Re: AI-Based Coding Taking Over rbowman <bowman@montana.com> - 2025-11-03 02:28 +0000
Re: AI-Based Coding Taking Over rbowman <bowman@montana.com> - 2025-11-02 01:17 +0000
Re: AI-Based Coding Taking Over not@telling.you.invalid (Computer Nerd Kev) - 2025-11-03 07:52 +1000
Re: AI-Based Coding Taking Over John McCue <jmclnx@gmail.com.invalid> - 2025-11-02 22:21 +0000
Re: AI-Based Coding Taking Over Computer Nerd Kev <not@telling.you.invalid> - 2025-11-03 09:30 +1000
Re: AI-Based Coding Taking Over John McCue <jmclnx@gmail.com.invalid> - 2025-11-03 14:14 +0000
csiph-web