posted in Technology

"Code was never the hard part" is an insult to all programmers

cross-posted from: programming.dev/post/54810980

blog.senko.net/code-was-never-the-hard-part-is-an-insult-to-all-programmers
Senko Rašić"Code was never the hard part" is an insult to all programmersThe software development profession is in the midst of upheaval. Nobody knows how the AI revolution will play out in the end, but it is c...

Replying to @⁨Treczoks@lemmy.world⁩

Writting the code was never the hard part”

It’s figuring out in detail what the program is suppose to do (i.e. Requirements), how it can and should do it given the technical constraints of the available deployment environment and performance & reliability requirements (i.e. Technical Analysis) and how it all gets structured from the highest level to the lowest level so that bugs are minimized, performance is suitable with the appropriate margin to absorb expect unexpected problems and costs for maintenance and future requirements implementation are low (i.e. from Technical Architecture and Systems Design down to Software Design) that are hard.

And I say this as somebody who has done all of those professionally, plus the coding (oh, so, so much coding) for systems of all kinds and sizes in various countries and industries, including some mission critical high performance distributed systems (which if they failed would have cost millions of $$$ in lost business income).

Fly by the seat of their pants coders who have never worked in a properly professional environment have no fucking clue just how much more there is to it than “coding” to go from no software at all to “reliable and robust software system that serves existing business needs”.

A lot of “coders” are like I was in the beginning of my career: they think they’re the shit, know nothing but a very limited range of work environments which they think “that’s how things are done” when those environments are actually, amateur hour, every hour of every day, every day of the month, every month of the year - they’re basically at the peak point of the Dunning-Krugger curve for software development knowledge.

Replying to @⁨Treczoks@lemmy.world⁩

It says a lot that you think a coding good practice like “documenting things in code” which is at the level of using descriptive variable and function names, should be in the same bucket as structural non-coding processes (which are often entire professionions or very senior professional branches) like Requirements Analysis or Technical Architecture, both highly-complex things (the latter being the very top in seniority of the technical career track) which are non-existent in a formal sense in improvisational (read: amateur as fuck) “programming” companies.

You’re making my point on the whole Dunning-Krugger thing.

Replying to @⁨Treczoks@lemmy.world⁩

You missed the documenting the code

Your words.

As for your job title, don’t take this badly but “Systems Architect” is not at all the same as “Technical Architect”.

If you’re actually designing or at least tuning software development processes and coding standards across multiple teams (so, not just optimizing how teams work but also optimizing cross-team work), you’re a Technical Architect.

A Systems Architect, when the title is properly used, just means that you’re designing software whose operation spreads across multiple platforms (so, for example, multiple tiers in a multi-tier system).

Also there is quite a range in Systems Architect - knowing how to code in two or more platforms (say, STM32 and some Android, to make a bit of home electronics with a microcontroller be controllable from a smartphone) is not at all the same as knowing how to design a high-performance distributed system running in multiple machines, integrated with multiple external system working for ten/hundred of thousands of client front-ends and supporting things like Distribute Transactions so that any failures don’t leave half-complete operations.

You can be a Systems Architect and be isolated form most of the concerns of the software development out there. especially if you’re a team of one developing the software side of products based on some marketing person’s idea of what customers supposedly want.

Unsurprisingly, Technical Architects are non-existent outside large companies and even there they’re pretty rare.

Again, still making my point on Dunning-Krugger.

Edited ⁨⁨Aug⁩ ⁨10⁩, ⁨2026⁩, ⁨17:06⁩⁩en