Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 days agoModern Programminglemmy.zipimagemessage-square74fedilinkarrow-up1573arrow-down18
arrow-up1565arrow-down1imageModern Programminglemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 2 days agomessage-square74fedilink
minus-squareSpaceNoodle@lemmy.worldcakelinkfedilinkarrow-up21arrow-down1·1 day agoThat’s not quite the argument you might think it is
minus-squareRob Bos@lemmy.calinkfedilinkEnglisharrow-up1·24 hours agoheheh. I wasn’t really making an argument though
minus-squareSpaceNoodle@lemmy.worldcakelinkfedilinkarrow-up2arrow-down1·24 hours agoThe joke was that Perl is a clusterfuck
minus-squareRob Bos@lemmy.calinkfedilinkEnglisharrow-up1·23 hours agoIt certainly has its issues. I find that the things people have trouble with are the things I tend to like about it. Of course, reading it later is a problem sometimes. :) Write only language! I still reach for it sometimes.
minus-squareSpaceNoodle@lemmy.worldcakelinkfedilinkarrow-up1·22 hours agoThe point of code is to be read by other humans, not just computers.
minus-squareRob Bos@lemmy.calinkfedilinkEnglisharrow-up2arrow-down1·22 hours agoSure. Nothing stopping you writing readable well commented perl. Just avoid some of the more terse statements. It can be a challenge though. Shrug. If you don’t like Perl, don’t use it.
minus-squaremsage@programming.devlinkfedilinkarrow-up2·21 hours agoA lots of things stop you from writing readable Perl code. You have to forget half of the syntax first. Set perlcritic to max. Force whitespaces. Download ton of packages for every little thing and hope they are cool with each other. And still deal with edge cases that make you pluck your eyes out.
minus-squareSpaceNoodle@lemmy.worldcakelinkfedilinkarrow-up2·22 hours agoBut I want to mock it good-naturedly, too.
That’s not quite the argument you might think it is
Argument?
You know, the stuff in @_
heheh. I wasn’t really making an argument though
The joke was that Perl is a clusterfuck
It certainly has its issues. I find that the things people have trouble with are the things I tend to like about it. Of course, reading it later is a problem sometimes. :)
Write only language!
I still reach for it sometimes.
The point of code is to be read by other humans, not just computers.
Sure. Nothing stopping you writing readable well commented perl. Just avoid some of the more terse statements. It can be a challenge though.
Shrug. If you don’t like Perl, don’t use it.
A lots of things stop you from writing readable Perl code.
You have to forget half of the syntax first. Set perlcritic to max. Force whitespaces.
Download ton of packages for every little thing and hope they are cool with each other.
And still deal with edge cases that make you pluck your eyes out.
But I want to mock it good-naturedly, too.