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
-
Well it is not April 1st. It seems very suspicious though. It will be even more suspicious if you don't find anything.
-
What’s the problem? If the refactoring would break something, the compiler would tell you.
Unless of course you use some clown language, then you have my respect! -
Either your codebase is fairly trivial or you are indeed a true genius…have you tested everything?
-
😐 well, normally everything works well during our first try too
Except the test suite says the cases that manual test didn’t cover had 45 failing tests for edge cases -
reminds me how USA wasnt testing properly during the pandemic, and consequently the reported numbers being super low.
-
@Lensflare ah yes, as we all know compilers of strictly typed languages detect all bugs
-
@devRancid not all but many. Especially those introduced by refactoring.
"Helmets are useless because they don’t protect from all kinds of possible injuries" 🙄 -
cb21910192y@Lensflare the compiler isn't the problem. Did a peer review and got the ok. Uses a bunch of annotations to at least somewhat ensure no fuckups happen. Still loops have to run correctly and data shouldn't be overwritten, which already happened.
Related Rants
Did a big refactor with no tests and the code works first try 🤔🤔
rant
refactor
doubt it
still working
no tests