GandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 1 year agoPersonally I prefer throw new nullpointerexceptionpawb.socialimagemessage-square30fedilinkarrow-up1396arrow-down17
arrow-up1389arrow-down1imagePersonally I prefer throw new nullpointerexceptionpawb.socialGandhiTheDerg@pawb.social to Programmer Humor@lemmy.ml · 1 year agomessage-square30fedilink
minus-squaredullbananas@lemmy.mllinkfedilinkEnglisharrow-up26arrow-down1·1 year agoexplode https://www.php.net/manual/en/function.explode.php
minus-squareepyon22@sh.itjust.workslinkfedilinkEnglisharrow-up16·1 year 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-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up3·1 year agoFilthy barbaric PHP developers. It’s Split() and Join().
minus-squarecuriosityLynx@beehaw.orglinkfedilinkEnglisharrow-up1·1 year 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