…from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it’s a feature!

  • Diplomjodler@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    1 month ago

    Just put them in separate functions. If you have too many levels of indent, your code is convoluted. Sticking to the line length limit sometimes forces you to write more lines than you’d like to. But it makes everything so much more readable that it’s 100% worth the trade off

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      1 month ago

      What if the logic is more readable in one function?

      I use whitespace to make my code more legible, python forces more whitespace consistency but it comes at the cost of limiting the legibility.