Skip to content

Instantly share code, notes, and snippets.

@guillaumefalvet
Last active June 3, 2025 07:34
Show Gist options
  • Select an option

  • Save guillaumefalvet/de9b6ff64dfb307e12b8ccdf2daa4bc2 to your computer and use it in GitHub Desktop.

Select an option

Save guillaumefalvet/de9b6ff64dfb307e12b8ccdf2daa4bc2 to your computer and use it in GitHub Desktop.
HMI comment coding style
// - 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