STYLE: Remove empty comment lines in itk::TriangleCell implementation#4114
Conversation
Remove unnecessary single-comment, empty lines when introducing comment blocks in `itk::TriangleCell` implementation.
|
This behavior is allowed by the ITK SW Guide: The commit started when I changed the whitespaces between the comment character and the comment itself in If the behavior should be discouraged, happy to make a PR to the ITK SW Guide; if we think it makes the code more readable, then happy to modify this commit to only remove the whitespaces in |
dzenanz
left a comment
There was a problem hiding this comment.
I wholeheartedly agree with this change. Maybe this style of comments has the "advantage" of raising number of comment lines with little effort. I find it highly annoying, as it wastes vertical real estate.
|
Adding a PR to software guide would be good too! |
|
Remove unnecessary single-comment, empty lines when introducing comment blocks in
itk::TriangleCellimplementation.PR Checklist