@GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml • 2 years agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square30fedilinkarrow-up1416arrow-down17
arrow-up1409arrow-down1imagePersonally I prefer throw new nullpointerexceptionpawb.social@GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml • 2 years agomessage-square30fedilink
minus-square@dullbananas@lemmy.mllinkfedilinkEnglish28•2 years agoexplode https://www.php.net/manual/en/function.explode.php
minus-square@epyon22@sh.itjust.workslinkfedilinkEnglish16•2 years agoThis is my favorite. I did php early in my career and for years I would have to Google “<lang> equivalent explode/implode” because it was so memorable
minus-square@TwilightKiddy@programming.devlinkfedilinkEnglish4•2 years agoFilthy barbaric PHP developers. It’s Split() and Join().
minus-square@curiosityLynx@beehaw.orglinkfedilinkEnglish1•2 years agoI loved explode back when I frequently used PHP
explode https://www.php.net/manual/en/function.explode.php
This is my favorite. I did php early in my career and for years I would have to Google “<lang> equivalent explode/implode” because it was so memorable
Filthy barbaric PHP developers. It’s
Split()
andJoin()
.I loved explode back when I frequently used PHP