I ask because sometimes I feel very silly when writing clumsily in English and even sillier when I have to look up how to spell a particular word.
I want to know if I’m the only idiot that it happens to or if on the contrary it’s something generalized.
(Mi idioma es el Español, por cierto)
This is expected Canadian source code:
// cache the colour in case we need it later for the neighbour color = fetchColor(); neighbor.color = color;
When language keywords are all written in American English it’s foolish to try to author your code in a different language. But comments are fair game.
Do those rules change if the language accepts translated keywords?
German here.
I am not writing anything in my code in German. All of my code, my variables, my default texts, my comments, my documentation, my UI strings, etc. are always and explicitly in English.
The only German I use, is when I provide translations for UI or documentation.
This is interesting, I’ve thought of this before.
I write comments and commit messages in English, mainly because programming is collaborative. I am a member of a local association of young programmers, and in the community (discord, meetups) we speak Finnish, however all interactions on github are in English, so are function and variable names, as well as comments. If someone makes a PR and it’s reviewed, it happens in English, even if both parties are native Finns.
No, I once had the displeasure of working with a mixed german english codebase (where also classes and functions were in both languages). It was quite the experience.
They should all be written in Esperanto.
I can’t agree more.
Mi konsentas
Always English. I live in a country where developers are hard to find. Chances are that I will get colleagues who do not speak my native language (yet).
I’m French speaking, but I write all code and comments in English, all the time. The code is basically English keywords and symbols, the mix and match just looks weird, makes it harder to share snippets for help or debugging with non-speakers. Especially in code that will be read by other people after the fact, it also tends to make it less likely that this person will be able to understand it - maybe they’ll hire an offshore team or some guy who just immigrated…
No, It will look so wierd.
Exactly. In case you haven’t noticed, English is defacto communication language in most paradigms, especially in the programming domain.
Even broken English passes as English nonetheless
english
Using English is the only way that all my colleagues are able to read it, but if it’s just meant for you, or only for Spanish speaking people, I’d say why not.
I don’t write a lot of codes, but when I do, it is usually a mixture of broken English and my native language.
You’re one of mine 🤜🤛
You best backup your strength, cause you’ll need them to explain to young’uns what you meant when your 90 Years old
Oh heck no, that would be horrid. Why would anyone willingly mix three languages for the sake of less readability and frustrating the heck out of most other devs?
That depends, actually.
In general, I try to keep everything English, since we do have some international colleagues.
However, I work with a bunch of projects that have some legal/administrative background and certain words have very precisely defined meanings, that can’t be easily translated (at least not in one word, so that the next guy can back-translate the word). So in these cases, I sometimes write comments that explain the domain problem in German, because it’s much much easier and whoever touches that code better understand the German terms or screw everything up. Unfortunately class and method names are often a weird language mix.
It’s not a perfect solution, but given the legal complexities behind seemingly simple words, it’s the best of the worst.
That’s an interesting perspective. Do you think it would be better to have separate legal documentation in German, which you then can refer to in your comments?
That would be a way to get rid of German comments, sure. But it’s also another layer of hassle. Usually, the comments are just a few lines to explain weird behavior.
The naming problem is nearly unsolvable, though. Unless you want to map every concept to a random string, but that’s not feasible either.
My language is rtl, so… shit no!
I write in the official communication language of the company, because that’s guaranteed that everyone that will be hired will have to speak that language. I came from Brazil and it is a massive country and most of the population doesn’t have access to good English courses, so I like to go with the easiest solution for all future joiners
I’m not sure if it’s a São Paulo (as in the state, not the city) thing, but I had English classes when I was in public high school (“ensino médio”). They weren’t the best English courses out there (i.e. they weren’t comparable to Brazilian schools that specialize in English courses such as CCAA, CNA, Fisk and Wizard), but they offered a good start for those who had no prior knowledge of the English language. It’s also worth mentioning that people who work in IT have more potential to come into contact with communication in English because a lot of documentation is in English. But I totally agree with you that most of the population does not have quality access to English courses.