Replies: 3 comments 2 replies
-
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.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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