Details
Joined devRant on 6/3/2016
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
-
I'll just put it here and let the internet judge.
parseInt(((height - 81 - 20 - 20 - 50 - 7 - 30 - 240) / 6), 10);5 -
Module build failed: Module failed because of a eslint error.
217:15 error 'param' is assigned a value but never used no-unused-vars
Me:
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Don't do it
Me:
console.log(param);9 -
We decide the quality of a software only by looking at the programming language that being used to make it.1
-
I ran elasticsearch reindexing on production.
My manager asked why there's no item shown on the search page, and I slowly told him, I ran reindex on production.
💣💣💣1 -
A : What you do for living ?
B : I'm a Software Engineer
A : Hmmm what ?
B : I do IT
A : Ohh, so you do IT. Cool
😊15 -
When the method name was too long and it's like describing the entire function.
Like getUserByUserIdOrderByAgeAndHaveAtLeastOneChild ()
:)2 -
A : Why don't we remove this feature ?
B : We might be needed in the future.
A : You have to stop think what we might needed in the future with our current state.
............
(After several conversation)
B : So, should we replace X with Z ? Since we only need the X
A : Don't, I can see we might use Z in the future.
:)1 -
suddenly our web got a lot of traffic. So, instead of increasing our server (we (think) don't have permission for that), we praying until the traffic back to normal.
10 minutes later, it does.4