Details
-
LocationNetherlands
Joined devRant on 2/7/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
-
C#? Should have used Java
Java? So much boilerplate, use node
JavaScript? Terrible language, get some types
Typescript? Lipstick on a pig
PHP? Gross
React? Should have used Angular
Angular? Should have used Vue
Vue? Why aren't you using jQuery + HTML
VSCode? Use vim instead
Stfu, no one gives a shit about your biased closed minded opinion. Your users really don't care what technology you use, so long as they're happy.14 -
In my current company we're being forced to use Windows for web development... I can't use a VM because of the hardware specs.
This is now my screensaver.57 -
That feeling when you boot up your shiny new laptop for the first time and there's no fucking Cortana, online accounts or mandatory updates right out of the box.
Thank you Dell ❤️12 -
Got assigned to fix a bug in a validation function that would always return true even if the data is invalid.
I looked at the code from the function and noticed that the only line of code in the function was "return true;"
Apparently, the programmer who wrote this function a few years ago got fired and no one ever finished his work.
Now it amazes me that no one ever has looked at the problem and just assumed it would be a complicated bug.7 -
!dev
Getting my breakfast at a hema store, pay by card and my pincode (contactless paying by card is also a thing here) and walk towards the cutlery.
Random guy: HEY YOU! YOU SHOULD PAY CONTACTLESS. PAYING BY PIN IS VERY DANGEROUS. YOU HEAR ME? PAY CONTACTLESS FROM NOW ON!
Me: uhm I usually pay with cash tbh but I don't like paying contactless through card....
Guy: YOU REALLY SHOULD. THEY STOLE MY FUCKING MONEY WHEN I PAID WITH MY CARD + PINCODE.
😶14 -
when code gets especially ridiculous i wish there was a 'git punish' command...not just 'git blame'..3
-
Girl: "hey"
My Brain:
java.lang.NullPointerException:
at net.brain.functions.Talk.retrieveSpeech(Talk.java:2978)
at net.brain.functions.Talk.createFlirtyResponse(Talk.java:3132)
Me: null
*Girl walks away*20