moonchen commented on code in PR #13335:
URL: https://github.com/apache/trafficserver/pull/13335#discussion_r3476174461
##########
.github/copilot-instructions.md:
##########
@@ -75,6 +75,8 @@ void function() {
- Functions/variables: `snake_case` → `handle_request()`, `server_port`,
`cache_key`
- Constants/macros: `UPPER_CASE` → `HTTP_STATUS_OK`, `MAX_BUFFER_SIZE`
- Member variables: `snake_case` with no prefix → `connection_count`,
`buffer_size`
+- Private member variables: `snake_case` with `m_` prefix → `m_was_modified`
Review Comment:
I did a quick check and it looks like the leading underscore `_foo` style is
the most common in the existing code. About 71% of private member variables.
Could we keep using that?
--
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]