DEV Community

Discussion on: Do you feel comfortable learning in your own language or do you prefer English? (For non English-native speakers)

Collapse
 
bellonedavide profile image
Davide Bellone

Well, at the very beginning I think that native language can be a good choice. But most of the tech jargon is in English, so for "real" projects it's best to use this language.
For simple test projects (just to try a library or a functionality) I prefer my native language (Italian), since I don't have to think about reasonable names.

However a

public class Prova {
public void FaiQualcosa(){}
}

is fine for me, because it makes obvious that the code is not meant to be used in real life.