LearnNewsExamplesServices
Frontmatter
id5402
titlecoding_guidelines: correct term from "alphabetical" to "chronological" order
stateClosed
labels
bugstale
assignees[]
createdAtMay 10, 2024, 4:14 AM
updatedAtSep 11, 2024, 4:26 AM
githubUrlhttps://github.com/neomjs/neo/issues/5402
authorgplanansky
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 11, 2024, 4:26 AM

coding_guidelines: correct term from "alphabetical" to "chronological" order

Closed v8.1.0 bugstale
gplanansky
gplanansky commented on May 10, 2024, 4:14 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.
gplanansky added the bug label on May 10, 2024, 4:14 AM