Details
-
AboutGeneric bio.
-
SkillsMainstream skills
-
LocationNoWhere
Joined devRant on 12/30/2017
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
-
DRINKING GAME.
Start package installation in any NodeJS based project.
Drink every time you see a deprecation notice.4 -
I never understood why Microsoft hates rounded corners so much?
It's like they swore an oath to never use rounded corners in their apps or websites.26 -
Recently for a project I needed to read/write ID3 tags from MP3 files. And after a long search, I found this bloated, monolithic but quite stable library, "getID3".
So, I was looking through the code-base and I found this. This guy literally storing the key value based data embedded as comments within the class file. Then wrote a method to parse the data and even used caching to ensure maximum speed! And such usage is repeated all over the code-base.
So, this is what people used do before arrays were invented :314