microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.28k stars 119 forks source link

default role naming add 2 __ #389

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

image

Recomendation: no _, just the number.

mmoskal commented 1 year ago

there was no double _ but removed the single _

mmoskal commented 1 year ago

oh, found the double _ - the reason it was double was to avoid the conflict with the single generated in _allocRole; now that there is no underscore in _allocRole, I replaced the double with single