Hacker News new | ask | show | jobs
by koliber 855 days ago
One developer on my team added basic emoji support to our commenting system. It was a business app and adding emoji support was never on anyone's top feature list. He did it because that's what he felt like doing.

We feature-flagged this buggy implementation and turned it on for our internal accounts that we used for dogfooding. It was an instant hit. We fast-tracked emoji support, made the implementation stable enough to put in front of customers, and released it.

The good news is that it was well received and used extensively.

The bad news is that emoji support has surprising edge case issues (not talking UTF8 and display) and we've carried that burden ever since :).