• Richard@mastodon.social
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    1 year ago

    @irdc @feoh All programmers need to learn recursion and fully understand it so when they encounter it in the wild they can properly analyze what it is doing and replace it with non-recursive code.

    • irdc@derp.foo
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      A non-recursive recursive descent parser isn’t any easier to reason about.