Details
-
AboutNew to this strange world of coding.
-
SkillsJava, Web Dev
Joined devRant on 2/3/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
-
In my office, when a dev gets too talkative he/she gets boxed in and pretty much told to shut the hell up. 😂 #DevTimeout #LessFlapsMoreTaps17
-
Programming is like getting a crush.
When you couldn't turn her on, you never figure out why.
Even if you did it, you still cannot believe why it could succeed all in a sudden.
The first time you did a unit test
is when you asked if she is okay
for a date; step by step,
In order not to break.
First, ask if she is free; Then, if she really need to eat,
she said OK there.
But, finally she didn't turn up
Integration test failed.
She was such a bitch. -
Let's see the coder in you.
If I give input: 1 output: 2
If I give input: 2 output:1
Only these two test cases needed.
You should not use control structures such as if,else,for,while,switch etc. (The answer is simple) (Don't cheat)
int number;
cin>>number; //get number
cout<<??????; //Your code53 -
I was working at a doctors office while going to (and still attending) college. Everyone knew my major was computer science which meant everyone came to me when their browser didn't open. The night before April fools I turned off all of the wireless mice and used a label maker to print out "April Fools" on the bottom of each mouse next to the "on/off switch." This prank is miniscule in comparison to others here I'm sure, but the next day was my day off and I had the entire office calling me asking me to come in and fix it. "Taco what do we do???" They frantically asked. And so I very calmly said, "Did you turn the mouse over?" And hung up.
-
I hope I'm not alone getting the warm fuzzy feeling you get when you write some code that is beautiful. I know beautiful is a strange choice of words but I find the efficient simplicity of good code to be beautiful!
-
Joy of being a programmer: Get good enough in a language/framework, you can make whatever the hell you want :)
There is probably no other field that allows this.15