Last active
June 3, 2025 07:34
-
-
Save guillaumefalvet/de9b6ff64dfb307e12b8ccdf2daa4bc2 to your computer and use it in GitHub Desktop.
HMI comment coding style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // - Listener | |
| // - Talker | |
| // - Angular Material | |
| // - Modules | |
| // - Guards | |
| // - Services -- // Managers | |
| // - Directives | |
| // - Components | |
| // - Models | |
| // - Utils | |
| // - Paths | |
| // - Transfer State | |
| // - Constants | |
| // - Tests | |
| class X { | |
| // Section | |
| // --> Sub section | |
| // -- LIFECYCLE -- // | |
| // -- PUBLIC -- // | |
| // -- PRIVATE -- // | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment