gustavodemorais commented on PR #28008:
URL: https://github.com/apache/flink/pull/28008#issuecomment-4378505368
Hey @snuyanzin, I've added a "Keep it short" section to all Agents.md. I
agree it's a very important instruction.
```
## Keep it short
Short, easy to read code always. Runtime code is on the hot path - match the
surrounding style,
no speculative abstractions, no comments restating the code. Cut detailed
information,
specific information not relevant for future readers and anything visible
in the diff.
```
I've added it to all of them. Tools often only load local context and adding
it to the global Agents.md might no be enough.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]