Hacker News new | ask | show | jobs
by fuyu 2034 days ago
Ligatures in coding fonts is a good workaround for giving people options on what they see. I personally dislike ligatures, but I work with people who do like them. They want to see ≠, but typing ≠ instead of != in a shared code base is not going to happen, regardless of keyboard layout or language support.
1 comments

This is also the same reason why tabs are better than spaces.