Skip to content

DOC: Avoid documenting ivar default values #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jhlegarreta
Copy link
Member

Avoid documenting ivar default values since:

  • All ivar values should be initialized to some default value.
  • When default values are changed, it is easy to forget about updating the documentation and making it inconsistent with the actual value in the code.

Avoid documenting ivar default values since:
- All ivar values should be initialized to some default value.
- When default values are changed, it is easy to forget about updating
  the documentation and making it inconsistent with the actual value in
  the code.
@github-actions github-actions bot added area:Appendices Issues affecting the Appendices part language:LaTeX Changes to LaTeX code type:BookStyle Changes to book style files type:Documentation Documentation improvement or change labels Jul 16, 2023
@jhlegarreta jhlegarreta merged commit 4b6fd89 into InsightSoftwareConsortium:master Jul 17, 2023
@jhlegarreta jhlegarreta deleted the AvoidDocumentingIvarDefaultValues branch July 17, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Appendices Issues affecting the Appendices part language:LaTeX Changes to LaTeX code type:BookStyle Changes to book style files type:Documentation Documentation improvement or change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants