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
-
sazk03yyour coworker wants you to get good at regex . /s.
but seriously i've run into such devs, despite telling them this is going to come back to bite them or anyone else... data modeling is good in the long run.... i will shoot you etc... they still don't create a field for datetime...lazy and or psycho people -
Your coworker is an Idiot.
Make him fix the problem, and any and all bugs that releate to it.
Related Rants
Just had a discussion with a coworker. I noticed he was storing dates as string in mongodb, saying it was better for comparison and because he stored them in UTC. WTH, mongo already stores all dates in UTC and a string date is imposible to compare. I wasted 8 hours finding that last part out.
rant
mongodb
dates