Skip to content

Interruptions

  1. Always start with a letter.

  2. Uppercase letters from A to Z.

  3. Numbers from 0 to 9.

  4. Word separator _.

  5. 🐍 Screaming snake case.

    INTERRUPTION_NAME
Terminal window
// Correct:
OS
├─ OB001: MAIN
├─ OB030: CYCLE_INTERRUPT_100MS
├─ OB083: PULL_OR_PLUG_OF_MODULES
└─ OB100: STARTUP
Terminal window
// Wrong:
OS
└─ OB030:
cycle_interrupt_100ms
cycleInt100ms
ob30cycleInterrupt100ms
ob30_cycleinterrupt10ms
...