132
submitted 3 months ago by mao to c/programming@programming.dev

I don't entirely subscribe to the first paragraph – I've never worked at a place so dear to me that spurred me to spend time thinking about its architecture (beyond the usual rants). Other than that, spot on

you are viewing a single comment's thread
view the rest of the comments
[-] blackbirdbiryani@lemmy.world 6 points 3 months ago

Bosses will never understand this and discourage refactoring until months later nothing works and everything has to be rewritten...

[-] nous@programming.dev 7 points 3 months ago

Refactoring should not be a separate task that a boss can deny. You need to do feature X, feature X benefits from reworking some abstraction a bit, then you rework that abstraction before starting on feature X. And then maybe refactor a bit more after feature X now you know what it looks like. None of that should take substantially longer, and saves vast amounts of time later on if you don't include it as part of the feature work.

You can occasionally squeeze in a feature without reworking things first if time for something is tight, but you will run into problems if you do this too often and start thinking refactoring is a separate task to feature work.

[-] MajorHavoc@programming.dev 4 points 3 months ago

So true! That's why I never use 'the R word'.

Instead, I use synonyms:

  • performance tuning
  • proactive maintenance
  • fixed a subtle bug
  • fixed a failing test
  • corrected a CI/CD failure

CI/CD failure is my favorite, because technically our CI/CD enforces a code review, so technically "we don't like how this is written" counts as a CI/CD failure.

this post was submitted on 21 Apr 2024
132 points (95.8% liked)

Programming

16670 readers
176 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 1 year ago
MODERATORS