Open alkis opened 4 months ago
FYI if it was up to me I would move away from java style and go to all //
comments. This means less rules to follow and they would be more compact to boot. If reviewers are happy with this I can make the change.
I wonder if there is any good linter for thrift
I would be reluctant to merge this because it rewrites a lot of history. Of course, you can still get to it by referencing the previous commit, but for a specification like this I think it is extra important to keep the history as clean as possible.
I would be reluctant to merge this because it rewrites a lot of history. Of course, you can still get to it by referencing the previous commit, but for a specification like this I think it is extra important to keep the history as clean as possible.
I can relate to the sentiment but I feel it applies more strongly to code. Documentation is less critical to have super clean history on.
Rationale for this change
Make docstring style consistent.
What changes are included in this PR?
// inline-comment
/** single line */
DEPRECATED: ...
Do these changes have PoC implementations?
n/a.