1. 36
  1. 7

    One thing that the article doesn’t note is that this code as-written could result in an infinite loop if the records found during resolution are cyclic. That’s totally fine for a toy example like this, but is worth noting!

    1. 3

      Really cool! I’ve always wondered how recursive resolvers worked and now I have a super minimal example that shows me