Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing: use emojis #600

Open
yoshuawuyts opened this issue Nov 28, 2017 · 1 comment
Open

tracing: use emojis #600

yoshuawuyts opened this issue Nov 28, 2017 · 1 comment

Comments

@yoshuawuyts
Copy link
Member

Our user timings aren't the most accessible at the moment:
screen shot 2017-11-28 at 15 01 57

They're formatted as:

choo.emit('foo') [123123]

which doesn't look too great. Instead, I was thinking we could improve our user timings by using emojis, and removing the trailing UUID. Making it closer to:

🚂 emit('foo')

Or even:

🚂 emit [foo]
🚂 emit(foo)

This should hopefully help with user timings, and making it all slightly easier to debug.

@yoshuawuyts
Copy link
Member Author

Or should we keep it as:

🚂 choo.emit(foo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant