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
-
^^^what he said. I don't trust rockstars that work without docs. And neither should you OP! Specially since the php way is pretty different from most mainstream languages
-
str1 += str2
does the same as
str1 = str1 + str2
in python
Might make it easier :) -
py2js33777yHoping concatenation is just an expression of how you refer to docs for most things. Otherwise concatenation itself can be remembered easily
-
True-Hisop57yEverytime I need to do sting split, I'm like is it after I specify or including? Well Google will remind me.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
After years of coding, I still search google on how to concatenate strings in PHP and python.
rant
fml