|
|
|
|
|
by AgentOrange1234
88 days ago
|
|
"Every optional field is a question the rest of the codebase has to answer every time it touches that data," This is a beautiful articulation of a major pet peeve when using these coding tools. One of my first review steps is just looking for all the extra optional arguments it's added instead of designing something good. |
|
To solve this permanently, use a linter and apply a "ratchet" in CI so that the LLM cannot use ignore comments