Also, why are all of the FIR classes generated lik...
# compiler
c
Also, why are all of the FIR classes generated like that with no docs? Doesn't that make developing the compiler difficult? Or is there something we aren't seeing?
d
Doesn't that make developing the compiler difficult?
Actually it doesn't. The main situation when difficulties could occur is during onboarding of a new developer, which happens not that often. And after some time most of the nodes become familiar and quite simple. Ideally it would be nice to have everything documented, but there are always more important things to do ™️ .
w
What helped me was using Junie in combination with context7. I gives good suggestions on how to use the API
👍 1
👍🏾 1