OttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 4 months agoYou seen the jank? I live in it.. molded by it...lemmy.caimagemessage-square15fedilinkarrow-up1188arrow-down113
arrow-up1175arrow-down1imageYou seen the jank? I live in it.. molded by it...lemmy.caOttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 4 months agomessage-square15fedilink
minus-squareAdmiral Patrick@dubvee.orglinkfedilinkEnglisharrow-up24arrow-down1·4 months agoJust going to leave this horror here. It’s the post feed logic from Tesseract that determines what posts should be displayed or hidden.
minus-squareSanctus@lemmy.worldlinkfedilinkEnglisharrow-up13·4 months agoDelightfully devilish, indeed. You made it as easy to read as possible though.
minus-squareAlexstarfire@lemmy.worldlinkfedilinkarrow-up23·4 months agoIf that’s horror to you, you’ve been sheltered. That’s quite readable, though I’d make the long lines into their own subroutines.
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up7·4 months agoWhy not factor out the ! via de Morgan’s laws (which would also remove most of the parentheses, as iirc && binds tighter than ||)? Also, does that language have a {#continue} sort of syntax for loops? If so, you could make it a guard clause.
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up4·4 months agoThank you, I knew the rule but did not know it had a name.
Just going to leave this horror here. It’s the post feed logic from Tesseract that determines what posts should be displayed or hidden.
Delightfully devilish, indeed. You made it as easy to read as possible though.
If that’s horror to you, you’ve been sheltered. That’s quite readable, though I’d make the long lines into their own subroutines.
What is that, Vue?
Why not factor out the
!
via de Morgan’s laws (which would also remove most of the parentheses, as iirc&&
binds tighter than||
)? Also, does that language have a{#continue}
sort of syntax for loops? If so, you could make it a guard clause.Thank you, I knew the rule but did not know it had a name.
deleted by creator