this post was submitted on 27 Aug 2026
38 points (100.0% liked)

Technology

43468 readers
233 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] scrubbles@poptalk.scrubbles.tech 2 points 13 hours ago

I think you're spot on though because we're facing the same thing. Our team has realized code is now the easy part, it's everything else that is difficult - and maintaining that code going forward is a separate item as well. Trying to think of metrics for how brittle code is, and defining patterns. One thing I'm still not happy with any of the models is it's architecture over a codebase. All of them are great at patches and bugs, but shit at defining decent patterns, so I find myself writing a lot of scaffolding and designs of how the could should flow, and I have a feeling that's where my jobb is heading. I think that's what you're referring to