What's the point of adding Unicode identifier support to various language implementations?
Posted
by
Egor Tensin
on Programmers
See other posts from Programmers
or by Egor Tensin
Published on 2011-11-13T17:02:47Z
Indexed on
2011/11/13
18:05 UTC
Read the original article
Hit count: 408
unicode
|implementations
I personally find reading code full of Unicode identifiers confusing. In my opinion, it also prevents the code from being easily maintained. Not to mention all the effort required for authors of various translators to implement such support. I also constantly notice the lack (or the presence) of Unicode identifiers support in the lists of (dis)advantages of various language implementations (like it really matters). I don't get it: why so much attention?
© Programmers or respective owner