Ask HN: Do most IT professionals encourage ASCII art in their code comments?

1 points by thrwway2039349 ↗ HN
At some places i've worked, it seems that it's viewed as unprofessional. I think it's one of the greatest gifts to keeping boring things interesting.

3 comments

[ 2.7 ms ] story [ 13.4 ms ] thread
Normally for SSH login prompts and custom console software startup messages.
I wouldn't call it unprofessional, but in commit messages for the main shared branches (e.g. develop, master, etc.) it can easily detract from the purpose of informing about the commit. I'd grumble about seeing art in these messages and discourage their use generally.
Unless "IT professionals" means something different than "software developers", my experience is very much no: that's just not something people do, and it would certainly be viewed as unprofessional in most places I've worked. The code itself is what keeps things interesting; dressing it up with fancy comments won't help.