I believe there are some programming jobs in which the code is absolutely the easier part. Not all of us work in signal processing, integrated systems or have to push upstream to Linux kernel because the company we work for really needs a memory allocation optimization for its data centers. Navigating customer requirements and building something that satisfies both market's needs and company strategy can be an incred…
“Code was never the hard part” is an insult to all programmers
491–500 of 590 posts
Re: “Code was never the hard part” is an insult to all programmers
#492Earlier quoted context omitted.
URL please?
Uhm, I wasn't under the impression this was Wikipedia: look for "FAANG interviews" at Google.com or Kagi.com or.... (I am not sure what part you want to challenge, so getting a better response is really hard — if it's all of it, I can't do better than above)
no one gives a flying fuck about that if you can code - no one
Re: “Code was never the hard part” is an insult to all programmers
#493Earlier quoted context omitted.
“understanding requirements” is as much “wearing other hats” as having hands is “wearing other hats” for a carpenter. coding is always the hard part, always. whenever I was on any project and we had more work than resource we never hired “people to wear other hats” - we hired people to write code, that’s it. thats the fucking job. you ever see a leet-code-for-understanding-requirements? yea, me either…
Carpenters don't just nail things together and expect that to be a usable/useful product. If you can't/won't understand what you're supposed be doing, you're either useless or making useless shit.
Re: “Code was never the hard part” is an insult to all programmers
#494I believe there are some programming jobs in which the code is absolutely the easier part. Not all of us work in signal processing, integrated systems or have to push upstream to Linux kernel because the company we work for really needs a memory allocation optimization for its data centers. Navigating customer requirements and building something that satisfies both market's needs and company strategy can be an incred…
This take is foolish and will always be foolish. Coding was mever easy in ANY domain (not just low level stuff) and the fact that we built syntax highlighting, high-level languages, auto-conplete, static analysis, debuggers, etc., in order to make it easier is the proof.
Re: “Code was never the hard part” is an insult to all programmers
#495This feels like post-LLM coding romanticization. Before LLMs, people would regularly say stuff like "I could build this in a weekend" under a "Show HN" post. How many times have people said "I could build Twitter in a weekend". I've even found in a post-LLM world, that kind of language has only increased. When you are looking at something that already exists, where all the requirements are defined, when all the edge…
Re: “Code was never the hard part” is an insult to all programmers
#496This feels like post-LLM coding romanticization. Before LLMs, people would regularly say stuff like "I could build this in a weekend" under a "Show HN" post. How many times have people said "I could build Twitter in a weekend". I've even found in a post-LLM world, that kind of language has only increased. When you are looking at something that already exists, where all the requirements are defined, when all the edge…
You are putting a lot of words and judgements into the authors mouth. Why exactly is it acceptable to not just do your role and expect the underlying requirements to be correct and measurable, especially when there are separate roles whose sole purpose is to do exactly that?
Re: “Code was never the hard part” is an insult to all programmers
#497Earlier quoted context omitted.
Because being a code monkey is getting devalued like crazy every hour that agentic coding improves in ability. If all you do is take well specified requirements and turn them into a piece of code you are going to lose your livelihood unless you can learn to do more than that or you're at the very top end of people who do that.
Getting the requirements did not work properly before, what makes you believe it is going to happen now?
Re: “Code was never the hard part” is an insult to all programmers
#498I agree, the whole 'developers don't code' AI defense was pretty ridiculous. I also concur that development is going to get a lot harder. Anyone that has successfully used AI coding tools knows that you can get massive productivity increases but now I have to figure out how to get a bunch of hyper active child like coding entities with memory deficiencies to build stuff without going off the rail and introducing mass…
No one seems to mind the quality drop though. The buyers of this stuff could never discern.
Re: “Code was never the hard part” is an insult to all programmers
#499Earlier quoted context omitted.
I'm definitely noticing, I imagine the populace at large will soon too. I'm not even talking about random software either, the company I work for has more and more fired that need to be put out because people are spamming out ai-generated code that was at best rubber stamped. Not even just the customer-facing stuff either, the internal tooling is on fire more and more often. It's not sustainable in the slightest
It took a while before the MBA hivemind woke up to this happening because of outsourcing two decades ago.
Re: “Code was never the hard part” is an insult to all programmers
#500The answer to all these "if coding is easy" questions is that coding isn't programming (to put it in Lamport's terms). Encoding your ideas into a programming language is easy. Understanding that your ideas are bad is hard. You have clients with multiple devices connecting to your backend simultaneously, while you mediate their interactions with your partner systems. Their versions might not be up to date. It's a dist…
Nope, coding was still the hard bit. Every failing programmer would jump into architects or prod management but not the opposite way.