Hi,
I’d like to ask how much of dynamic_table.gd was generated using an LLM. The goal is simply to understand how much I can rely on it as a long-term foundation.
The file is fairly large (~1000 lines), so reviewing it carefully takes some time.
What led me to ask this is that some comments are written in Italian, and a few others look like refactoring notes (e.g. "renamed row to r"), which are patterns often seen in LLM-generated code.
Again, this is not meant as criticism, just a request for clarification so I can better assess maintainability and decide how to build on top of it.
Thanks in advance for the context.
Hi,
I’d like to ask how much of
dynamic_table.gdwas generated using an LLM. The goal is simply to understand how much I can rely on it as a long-term foundation.The file is fairly large (~1000 lines), so reviewing it carefully takes some time.
What led me to ask this is that some comments are written in Italian, and a few others look like refactoring notes (e.g. "renamed
rowtor"), which are patterns often seen in LLM-generated code.Again, this is not meant as criticism, just a request for clarification so I can better assess maintainability and decide how to build on top of it.
Thanks in advance for the context.