Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's speed over quality everywhere. The place that did not where I worked went bankrupt. Being creative with tradeoffs is key.
-
int325156dto be fair it isn't always a conscious choice. for me, I can't spend too much time on quality, and cringe at the AI slop I have to push just to meet deadlines. I hate working like this, and I have no say in the deadlines -
lastNick5636dFor us it’s speed over quality for prototypes and user tests. For products we are regulatory over quantity over speed.
-
torbuntu845d@hjk101 In this case they push things through without addressing concerns in code review because it "needs to get out quickly." So this is a case of ignoring quality specifically for speed.
Definitely are times when we can have both! But this is not it. -
hjk10156074h@torbuntu I'm fine with that as long as it's stability over speed.
For example there might be a better way of doing it or some polish but if the code as is solves an issue without introducing new ones it's better to push it out and either not close the ticket yet or create a new ticket that has to be picked up before any expansion on said suboptimal code.
There is a lot to be said for keeping momentum. This makes the team feel more productive/motivated. If you put safe guards against the really bad stuff like stability and compounding tech-dept you actually get a better quality codebase and faster. That's the beauty of iterative development.
There needs to be a balance between suggestions and blockers in a review. This is really hard sometimes for me too as I'm quite the perfectionist.
That said I've also worked with truly incompetent people and nothing breaks momentum faster than they do.
Related Rants

code review
I find it very dangerous to work with folks that prefer speed over quality. I would prefer that folks do not request me to code review if they are going to ignore my comments and push to production without answering all my questions.
rant
merge request
code review
ignored