Should you use international identifiers in Java/C#? -


c# , java allow character in class names, method names, local variables, etc.. bad practice use non-ascii characters, testing boundaries of poor editors , analysis tools , making difficult people read, or american arrogance argument against?

i stick english, because never know working on code, , because third-party tools used in build/testing/bugtracking progress may have problems. typing äöüß on non-german keyboard pita, , believe involved in software development should speak english, maybe that's arrogance non-native-english speaker.

what call "american arrogance" not whether or not program uses international variable names, it's when program thinks "währung" , "wahrung" same words.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -