• Admiral Patrick@dubvee.org
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    4 days ago

    Just going to leave this horror here. It’s the post feed logic from Tesseract that determines what posts should be displayed or hidden.

    • Alexstarfire@lemmy.world
      link
      fedilink
      arrow-up
      22
      ·
      4 days ago

      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.

    • PoolloverNathan@programming.dev
      link
      fedilink
      arrow-up
      6
      ·
      4 days ago

      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.