Top
Best
New

Posted by senko 2 days ago

“Code was never the hard part” is an insult to all programmers(blog.senko.net)
920 points | 563 commentspage 14
pull_my_finger 1 day ago|
It's almost as if the business-side/idea-guy founders never really respected their tech co-founders/CTO's etc. The same people hyping up (beyond it's current due) AI are the business side that are a little too eager to dump what they thought was a necessary burden in "their" newest venture.
fantasizr 2 days ago||
whenever someone says this I assume they mean a crud react app which is a small part of what 'coding' encompasses
kristopolous 2 days ago||
long said that success is 1% idea, 9% implementation and 90% other stuff like marketing that I don't care about.
pranjalsd 1 day ago||
ya, it wasn't hard and that's why one of the highest paid jobs for decades
austin-cheney 2 days ago||
Code was never the hard part

I roll my eyes at this when thinking about the poor JavaScript developer that cannot write code without things like jquery or React.

If code were so easy there wouldn’t be so much bloat and slow garbage in the world.

thomasjeff1 2 days ago||
Exactly! Try reading a large C code base.
nesarkvechnep 1 day ago||
I currently work on a glorified admin panel. The code should be the easy part. Unfortunately, the codebase is absolute trash. The code and the requirements are hard. My colleagues which drove the codebase to this miserable state think they’re developer extraordinaires. They don’t see the problems, at all. I can’t change anything and if I ask to be put on a different project I might be fired.
d--b 2 days ago||
Geez people.

Sometimes coding is hard. There are two types of hard things: algorithms and architecture. LLMs are good at algorithms, not good at architecture.

Most of the time coding is not very hard, it’s filling in the blanks, implementing the business logic, writing boilerplate code. LLMs are good at this too.

Madmallard 2 days ago||
Saying AI can do all the code isn't even accurate either though that's what's weird about all these takes

As soon as the context builds up high it just starts doing things straight up wrong

I've been trying to network a simple tactics game with AI and it just is a hydra of sync issues despite clear explanations of what they are and bug reports and desired end-states.

outside1234 2 days ago|
Microsoft did research on this and it was found that only 14% of time was writing code.*

That 14% might have been hard, but it is definitely still the smallest part of being an engineer.

* https://www.microsoft.com/en-us/research/wp-content/uploads/...

More comments...