Details
-
AboutSenior iOS Developer (Objective-C, Swift)
-
Skillsswift, objective-c
-
LocationPhilippines
-
Github
Joined devRant on 6/4/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
-
When you have a bizarre bug that you can't consistently reproduce, but you're already past your deadline.7
-
End User: The program isn't working
Me: What were you trying to do?
End User: blah blah blah
Me: Are you using IE?
End User: Yes, I always use IE everything should work with it.
Me: Didn't you see the email to the listserv explicitly saying not to use IE?
End User: I did, but I only like to use IE.
Me: (bangs head against desk & loses all hope)3 -
For those of you that don't want to bother getting to 150 ++'s, get it for $6 on the devRant store! NOW OPEN!
http://swag.devrant.io5 -
<?php
wakeUp();
goToWedding();
while (atWedding() && bored()) {
browseDevrant();
}
goToTrainStation();
sleep(2700); // got there 45 mins early
while (trainIsMoving()) {
try {
workOnDevrant();
} catch (ProcrastinationException $e) {
// got distracted by devRant
}
}
goHome();
while (unrespondedStickerRequests()) {
sendResponse();
}
goToSleep();
?>11 -
What do computers and air conditioners have in common ---- They both become useless when you open windows3
-
When a minor bug inspires clients to add a new functionality :|
Instead of 'video calling' icon to make video calls, I mistakenly displayed calendar icon in the App and now clients want me to add schedule video call feature :|6