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
-
scroach13437y@gitpush what is this thing "code review" you talking about?! never heard of that...
-
scroach13437yI like that workflow:
someguy: we fucked up, our data structure sucks..
me: well.. fix it..
someguy: no, how about we just add this little workarround here "if x === 'z' and somesetting === y but not y2 and if 2lines later y bcomes x do this"
me. uhm.. no? thats bs
someguy: DO IT
me: *sigh*
*git commit*
*git push*
*not my problem anymore*
a workarround a day keeps the clean code away
undefined