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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -