>>105731289 (OP)
i only ever send the relevant files for context >>105731292
think hes talking about how he sends his entire codebase to the LLM for code helping and they are wasting a lot of energy on the part of his code thats devoted to testing the actual business code logic.
>>105731292 >measuring your codebase in anything else
>>105731298
I have tooling to generate token efficient documentation of it so it's not that big of an issue, and having it write and ultrathink on tests basically lets me afk while it builds up functionality
>>105731289 (OP)
tests should be a lot of lines
there should not be DRY for tests
hence tests typically have a lot more lines than the code they actually test
>>105731298 >think hes talking about how he sends his entire codebase to the LLM for code helping and they are wasting a lot of energy on the part of his code thats devoted to testing the actual business code logic.
Wtf. I thought he was talking about some shitty l2code product