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
-
Code improvements are not for the company. It’s for you. Because you have to work with the code.
-
@horus The entire database is a JSON object of arrays representing tables stored in the field main of the single record in table main.
-
@horus There is *always* a way to make something worse. Quality has only an upper limit. There is no such limit in the down direction.
-
JsonBoa29921y@electrineer excel binaries stored in JSON objects stored in a CSV file loaded as an external table
-
Tonnoman6221y@horus putting "final" there is just asking for the boss to develop a second stage, probably by making the single record a JSON object too
Related Rants
I used to work for a company in 2017 that was affiliated with a ruling party's tax information agency. The website was janky and the database .. oh the horrors.
Every single record was a JSON object stored in a NEW COLUMN.
That's right. If you had 10K records then the table had 1 row with 10K columns with each column contained JSON data in it.
I understood then, why government websites are so crap.
Anyway, I untangled it and made the performance better to a degree that my then-boss didn't believe what I pulled off.
But yeah, I never got any pay increments or whatever, It was a good dopamine boost to my boss which lasted only 15 mins.
I don't believe in improving code ever since because of the fact that I ain't getting paid extra, so why bother.
rant
wk368