Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@mohammed
KadsLielsObjekts klo = new KadsLielsObjekts();
klo.sanemtPirmoIerakstu("smth");
instead of
SomeBigObject sbo = new SomeBigObject();
sbo.getFirstEntry("smth"); -
Because they probably don't know English. It's a difficult language to learn with lots of stupid rules.
-
Why the hell not? Compilers don't care, neither does the cpu. 😒
I write most in English anyway... -
@nbamaral programmers have to read the code, inheriting projects written by the lowest bidder and having everything written in <insert language only 5m people speak> here is painful when you're not one of those 5m people.
I can accept russian, chinese, hindi, arabic, and other big languages but not shit like norwegian or icelandic ... -
@ItsNotMyFault
I'm not an English native speaker, yet I rather code and read in English because it's faster for me to think in english. But sometimes I have to share code with coworkers that don't read English. I don't like it,but don't make a big deal out of it. Search and replace is there for the rescue.
Not every piece of code is having an international audience anyway 😊
Why do people write code in other language than English..? i.e. native language..?
question