Details
-
Abouta noobs
-
Skillsjs, php
-
Github
Joined devRant on 2/20/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
-
People, for God's sake PLEASE at least try to understand the code you are copy-pasting ... now I have to debug a weird function because of someone who didn't.4
-
How many times have you sat down at someone's desk who's asked for your help on something they've been unable to solve only to get them to read over the prompts and the problem is fixed in 2 minutes?10
-
Do you guys also cant' stand it when you are forced to let someone explain something in a very basic manner to you when you already understand that topic very deeply?4
-
I so hate the following statement
if (condition)
makeOperation()
I prefer
if (condition) {
makeOperation()
}
Who is with me?14 -
that moment when you solve a big problem, but only you know what's exactly the problem and how important to solve it.
yeah I am a hero 😎1