How do people from non-English speaking countries write code?

242 viewsOtherTechnology

Especially in Mandarin & Japanese speaking countries – for example: how does variable & function naming work if the language primarily consists of symbolic characters?

In: Technology

27 Answers

Anonymous 0 Comments

Here in Norway, you sometimes see projects where much of the definitions are in norwegian, but it’s usually seen as a bit awkward and unnecessary. As a norwegian I find it mostly grating to read `public static async Task<IEnumerable<SjaafoerLoenn>> RegnUtLoennAsync(string epost, CancellationToken cancellationToken)`

You are viewing 1 out of 27 answers, click here to view all answers.