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
-
fyroc58748yI can't stand the use of the $ sign in variables. Why is it necessary? Most languages it is simply..
variableName = "foo";
The extra $ kills me... -
carlos4188y@fyroc that was weird at first, yes. But have you seen Perl? It makes sense after you have used it and makes you glad PHP isnt as complex.
Also $ before a variable name is, in most languages, accepted syntax so could have been worse :P -
aram688yonce i read a qoute that says "php is easy to learn hard to master " its simple and clear but yet a powerful tool :)
-
carlos4188y
-
yarwest27158yI like PHP, a bunch of problems that existed have been resolved either by php7 or PDO. I enjoy making platforms with it but I would recommend using a framework (Laravel etc.) since they make so many tasks (database structure, user authentication etc. etc.) so much easier and even more fun :)
-
@altermind I don't know enough about php to pass judgement, but I have to disagree with the idea that there are no shitty languages unless you believe that every language is equally as good as every other language in terms of performance, consistency of design/syntax, expressiveness etc
Related Rants
Php is a good language. Get over it.
undefined
php
nophp
learn