Closed
Description
There are block style comments littered throughout the codebase (/* */
) which contain slash-asterisk patterns (e.g. UploadMultipartPartRequest.h:179).
Frankly, block comments I consider an anti-pattern, especially for so many of these comments which are single liners and should be //
line comments instead. These avoid the tricky parsing problems and are less bug prone.
Metadata
Metadata
Assignees
Labels
No labels