DEV Community

Discussion on: Let's be fancy with a console signature

Collapse
 
kodekrash profile image
James Linden

This is a cool gimmick, but the console is meant for debugging and utility. Keep the fancy in the web page please.

Collapse
 
dynamic75 profile image
Damian McCleod

I like using console.table([1, 2, 3]) to group related values.

Collapse
 
parkadzedev profile image
Michael Parkadze

I do not see why the fancy can’t help with debugging and utility and still be fancy and fun.

Collapse
 
jozsefsallai profile image
József Sallai

I'd probably use something like this for Easter eggs

Collapse
 
aileenr profile image
Aileen Rae

I have to disagree. I've seen a lot of useful examples of fancy console logs:

  • "We're hiring" messages on many commercial websites to advertise to developers.
  • Facebook's ASCII "Stop!" message, warning users if someone has told them to copy-paste something in the console they could be hacked.
  • On developer portfolios. Their audience is most likely other developers who may inspect a page to see how they've built something. It's a nice Easter egg, and something that may make them more memorable to a recruiter.
Collapse
 
ben profile image
Ben Halpern

Yup. Anything that can be programmed will be programmed. The console is something web devs are allowed to code against, so you sort of have to accept that they'll want to do so with the full extent of their creativity, regardless of the main intent of the feature.

Thread Thread
 
kodekrash profile image
James Linden

LOL. True.

Collapse
 
kodekrash profile image
James Linden

You have some good points. But they should still be an exception. This just reminds me of the days of blinking status bar and title bar text. :o)