Details
-
AboutDeveloper, sysadmin, researcher and manager
-
SkillsMainly C, PHP and Shell. Sometimes others.
-
LocationUK
-
Website
Joined devRant on 9/17/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
-
Teacher (while teaching about storage mechanisms): What do you use a CD for?
Me: Umm... Change Directory?6 -
Listening to two girls argue about how thin their eyebrows are is what you deserve for forgetting your headphones at home9
-
Refactoring nested ifs.
I'm not a pro but I despise working with nested ifs. It's hard to debug and read.
If you cant chunk the if using method, i think you can use ifs like this:
If(){return}
If() {return}
Not like this:
If() {
If() {
If() {
}
}
}
😠😠😤🙅😢8 -
Yo mama's so fat that if she sat on a binary tree she will convert it into a linked list in O(1) time5
-
My boss asked in a meeting if it is possible to make an algorithm/software without generating bugs.. After that my colleague send me this pic 😂
-
I received this message this morning. Please house What do I reply these newbie scammer? Am laughing here.9
-
Here in our company when you are about to do something really hard or say something clever you get to wear this hat!13
-
Do you spell it github or jithub?
So this person i met on one interview.
// Looking thru my resume
P: so you have put this code on jithub right?
Me: yeah, on github.
... // A moment of silence from him.
So, which one is the correct?18