Replies: 1 comment
-
It is not the only trailing comma in the codebase. For example, see abseil-cpp/absl/strings/escaping.cc Lines 848 to 865 in 917bfee
Can you please give an example error? It is possible that we can remove it if there is a significant problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
abseil-cpp Trailing Comma
A trailing comma has been found in the C++ code , which is unusual for two reasons:
Questions and Concerns
Style Guide: Is there an official style guide that addresses the use of trailing commas in this project?
Compilation Issues: The presence of this trailing comma has caused compilation problems across different projects that use this code. This suggests it might be more problematic than beneficial.
Removal Request: Given the compilation issues, would it be possible to remove this trailing comma?
Original Rationale: What was the reasoning behind including this trailing comma in the first place?
Beta Was this translation helpful? Give feedback.
All reactions