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
-
I don’t get it. How is it wrong? Do you have some weird work mentality where pieces of code belong to someone?
-
atheist97932y@Lensflare they wrote it, I don't really get what it does but the tests still pass. It was just pretty messy before, now it's simpler and more legible.
-
@atheist In general, if you don't get what it does, you can't change the order of statements. Tests only cover the things you break when the test writer invested more time into the tests than into the tested code. So don't trust other people's tests (and probably your own ones neither).
But if you understood the code and then refactored it for maintainability, that is fine. And you can just tell em that you did. Normally, you don't need to be careful about that. -
atheist97932y@Oktokolo that's actually useful advice, thanks. I have refactored the code and maintained equivalent behaviour, they think I've added something that was already there. I understand the code in the sense of what it does logically, not in the sense of what it's intended to do business logic wise. They're asking for benchmarks and such, but there's no point because nothing has changed.
-
Cvrsor2662y@atheist Maybe revert back to their original code and start adding your own comments. Point out the flaws in the code that you previously addressed and ask them to clean it up and provide benchmarks.
-
atheist97932y@Cvrsor the project is 3 months behind. I'm not saying they're incompetent, but I tend to get given problems that other people don't know how to solve...
-
atheist97932yBenchmark is in. My "refactored code" is 2x faster. Binary identical output. Fuck those people.
Related Rants
-
PaperTrail17Worst code review experience? Hard to pick just one, but most were in a big meeting room with 4+ other develo...
-
SidTheITGuy5A PR I raised was left un-reviewed for 3 months. And finally when shit hit the fan, I was asked why I never wo...
-
topsecret2304Few years ago as a junior android dev with couple years of self taught experience of working in startups I sub...
I've created a code review for merging someone else's code, coz they were signed off sick for the last month.
They're making comments about how it's wrong.
It's code they wrote, but restructured to be more readable.
They wrote incorrect code that was just so illegible they didn't realise.
How do I explain this diplomatically?
rant
wk356