Frontmatter
| id | 721 |
| title | doc comments: private VS protected |
| state | Closed |
| labels | enhancementhelp wantedgood first issue |
| assignees | [] |
| createdAt | Jun 14, 2020, 5:34 PM |
| updatedAt | Jun 21, 2020, 5:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/721 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 21, 2020, 5:03 PM |

so far i have sticked to "private" for pretty much everything which should not get used.
it would be more clear and correct to replace a big part of them with "protected".
sticking to the definition:
e.g. afterSetX methods are obviously meant to get overridden with super class calls.
since there are 100s of items, help on this one would be appreciated.