this post was submitted on 21 Sep 2024
108 points (100.0% liked)

Programming

17028 readers
244 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

The really interesting part is IMO this one:

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 6 hours ago
[–] [email protected] 10 points 7 hours ago (1 children)

Not surprised that Tech debt is among the biggest. There seems to be a lot of complexity added to apps unnecessarily these days-especially web based apps. It's almost like companies purposefully force their engineers into creating web apps so bloated that users are forced to use the native app version.

[–] [email protected] 6 points 6 hours ago (1 children)

I mean, the thing I work on hada great idea. Use microservices, because we genuinely have a need to independently scale different parts.

Few years down the line and there's an endless list uff services, most with a single instance doing nothing all day, and having memory and CPU overhead of course. And being a nightmare to figure out what code is whereas they all communicate independently.

[–] [email protected] 2 points 3 hours ago

And being a nightmare to figure out what code is whereas they all communicate independently.

So much this. Especially in a larger company it can be basically impossible to find the code that implements an endpoint, and of course even if you can find it you can't trace it in a debugger.

[–] [email protected] 28 points 10 hours ago (3 children)

Definitely agree with tech debt. Seems like nobody except me cares about improving things, which is surprising given this survey!

Also definitely agree about reliability of tools/systems, but again it feels like it's just me that cares about robustness - everyone else is very happy to churn out hacky Bash scripts, dynamically typed Python and regexes with abandon.

Either you're all a bunch of hypocrites or the SO survey is quite a biased sample!

[–] [email protected] 1 points 8 hours ago

Actually makes me feel a bit better. Of all the issues this could be the easiest to tackle. Most other issues are completely above your pay grade, unless your boss/PO is adamant about always producing new features and tweaking old code is a waste of time.

[–] [email protected] 8 points 9 hours ago

I'm currently chancing jobs due to fact that while we are getting rid of the legacy tech debt, we are rushing with the new stuff in a such stupid way that we are instantly building new tech debt. Change, hooray!

[–] [email protected] 15 points 10 hours ago (2 children)

Consider that to go on a site specifically for programming questions and then take a survey about it, you have to be the kind of person that cares about getting their code "right". The majority of programmers I've met would only go there to copy-paste a quick answer, and those people have all moved to asking chat-gpt for code now.

[–] [email protected] 2 points 7 hours ago

The memes that I remember being all over Reddit about "where did you get that code ... I stole it [from stack overflow]" honestly terrified, and continue to, terrify me.

[–] [email protected] 3 points 7 hours ago

Yep, the ones who are doing some kind of input on stack overflow (even just a survey) are way beyond the “let’s keep everything the same because to get rid of tech debt sounds like a bunch of work” camp.