bneradt commented on code in PR #13335:
URL: https://github.com/apache/trafficserver/pull/13335#discussion_r3584072899


##########
.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:
   Updated. Thanks for the feedback.
   
   Since both _ and m_ are used in the source, so the guidance now says to 
follow the surrounding code for consistency. For new files, it prefers _ to 
reflect the community consensus.



-- 
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]

Reply via email to