Frontmatter
| id | 1591 |
| title | Neo classes: method order |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 26, 2021, 12:58 PM |
| updatedAt | Mar 26, 2021, 2:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1591 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 26, 2021, 2:57 PM |
I started with putting a few methods on top of each class: constructor, onConstructed, init, mergeConfig, getVdomRoot, getVnodeRoot.
At this point it feels rather confusing, so I will change this approach: constructor first, all other methods in chronological (alphabetical) order.