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

  • @[email protected]
    link
    fedilink
    61 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

    • @[email protected]
      link
      fedilink
      31 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.