Frontmatter
| id | 5402 |
| title | coding_guidelines: correct term from "alphabetical" to "chronological" order |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | May 10, 2024, 4:14 AM |
| updatedAt | Sep 11, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5402 |
| author | gplanansky |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 11, 2024, 4:26 AM |
https://github.com/neomjs/neo/blob/2001220a26c5c763102aa5fdc27bc6bf9af13463/.github/CODING_GUIDELINES.md
Should not "chronological" be "alphabetical"?
(19) Class content order: static configs (ordered chronologically) static config as the last item. This one does not need a comment, but is prefixed with an empty line. non-static class fields (ordered chronologically) construct() in case you are using it all other class methods are ordered chronologically and are prefixed with an empty line.