piranha / twinspark-js

Declarative enhancement for HTML: simple, composable, lean.
https://twinspark.js.org/
MIT License
418 stars 20 forks source link

Use emojis to visually separate twinspark log messages #9

Closed ckald closed 2 years ago

ckald commented 2 years ago

When working with a large number of twinspark actions, the browser console becomes very crowded. We can use emojis to reduce the visual noise. This is especially useful to distinguish commands that will be executed from those that are prevented (e.g. because of some command returning false)

image
piranha commented 2 years ago

Cool! I also thought about grouping them together but apparently it's not possible with async stuff to do neatly so I decided against.