Details
-
AboutLearning to live "NOW"
-
SkillsPHP, MySQL, HTML, CSS, JAVASCRIPT
-
LocationPhilippines
Joined devRant on 2/19/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
-
Weird git when i pull it does not conflict or anything just merge it with smiling face, then when i checked my repo, my work is gone. Whats wrong with this, anyone encountered this?
-
Damn CORS! Spent 4hrs googling! Alas! I can move forward. Because of that I can say I understand what cors for.
-
My first dev job is like attending college. I just study php and Codeigniter for 6 months. Low pay but I learned a lot.
-
I once encountered a developer who said "make your code obscure and only you can understand, so that they(company) will never let you go" bcoz you the only one can solve it. WhatTheFuck!?9
-
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 -
!Rant
The moment you understand something, that you read the documentation instead of searching for the exact answer to your problem.