Ranter
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
Comments
-
Code formatting is always important regardless of file size of you want a maintainable application.
-
capnsoup2438yif (!$_POST['username'])
return 'missing username';
FTFY.
...
Refactored that for you? RTFY. -
struppi08yActually that's one of the most annoying code smells... Better return early once something doesn't meet the requirements
Code formatting is important when it's not too long...
undefined
code format