this post was submitted on 08 Feb 2026
16 points (100.0% liked)

Programming

25461 readers
399 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
all 3 comments
sorted by: hot top controversial new old
[–] NostraDavid@programming.dev 1 points 1 hour ago

There are two main schools of thought in software development about how to build really big, complicated stuff.

IT vs OT?

The career path of most application programmers is fairly short.

I think it's due to the crazy growth programming has (and is) gone through. I think there's still a relative ton of greybeards around, but they are vastly being outnumbered by the newbies.

This is also why I think we keep reinventing shit, typically in a worse way, because there are not enough greybeards to go around.

There should be some balanced path in the middle somewhere, but I haven’t stumbled across a formal version of it after all these decades.

This is where experience is so valuable. It helps you know how much planning to do before you start building. Or sometimes if you need to build something before you can start planning (i.e. prototyping). You need to identify the most critical problems to solve for your given use case, and make sure you do just enough planning to solve those problems. Often that means anticipating future requirements and making sure your plan doesn't put you on a path that's incompatible with future requirements. But don't completely solve the future problems yet; do just enough to convince yourself that you aren't painting yourself into a corner.