• Richard
    link
    fedilink
    38 months 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
      28 months ago

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