Details
-
About// ranter :poop:
-
LocationPhilippines
-
Github
Joined devRant on 4/25/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
-
I always try to explain the new coding conventions to my team but they think it's funny and should not be taken seriously [facepalm]2
-
Date a programmer;
We break keyboards;
Not hearts;
Seriously? is this fucking true? I guess not 😔😂5 -
So yeah, I got the first place in codecanyon's "Top New Authors" for the month of april and it feels awesome 😎😎1
-
I always use this quick redirect function on my projects:
function go($location){
header("location: ".$location);
}7 -
I really hate people who prefer this coding style:
if (condition)
{
// something shitty here
}
Instead of this:
if(condition){
// perfectly clean code
}41 -
Just got my item approved in codecanyon on april 10 and now I got 69 sales, It's my first item and I still can't believe it 😂😂4