this post was submitted on 18 Mar 2026
648 points (92.3% liked)
Technology
82798 readers
3191 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if he wrote that post character-by-character.
But actually typing out the code is the least difficult part of programming, once you've been doing it for five or ten years. You have to understand the code that is already there. You have to decide the behavior, either way. You have to review the code, either way. Design the local and overall architecture. Design interfaces and APIs.
The fact that he thinks typing out new code took so much effort basically means that he was never a decent programmer. His statement betrays that he doesn't even understand what's difficult. People with his level of understanding of a topic shouldn't broadcast their ignorance publicly.
Yeah he sounds like those managers comparing work to how many lines of code you wrote.
Most code I write is something that has not been written before, so barring the basics it's not an AI I need to work but silence and clear goals (even if they change tomorrow).
The pattern for me is usually 2 or 3 days of analyzing how something works, should work or doesn't work, then 2 or 3 hours of writing the code to implement or fix it. Most of the work is not writing code, and that is definitely the easy bit.
I just want to highlight this,
Great point! This is a critical insight.
Like during the dotcom boom, new tools mean new people can program the computer who could not, before.
And just like during tht dotcom boom, they'll soon find out that programming a computer - while very slightly easier than it was last year - still has challenges.