Computing languages in other countries

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
tarrigo
Forum Newbie
Posts: 8
Joined: Sat Nov 25, 2006 4:48 pm

Computing languages in other countries

Post by tarrigo »

This may seem like the weirdest question ever, but I was curious if they write php code in english all over the world?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Offcourse not.

(But that doesn't want to say i find it a good idea to use variable names, add comments, ... in another language than english.. )
tarrigo
Forum Newbie
Posts: 8
Joined: Sat Nov 25, 2006 4:48 pm

thanks

Post by tarrigo »

I was curious because if I wanted to go work in Germany for a while or even Belgium for that matter, if there would be major issues for developers in hiring me.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

I think what he's asking about is function names, etc... check out the German "Sprachreferenz":

http://www.php.net/manual/de/ref.array.php

They seem fairly "English" to me!

I would be more concerned out communication with your co-workers, as well as reading/writing comments. (You do write comments, right?)

Cheers,
Kieran
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

In my experience all developers understand english fairly well ;) Almost all the shops i'v seen, deliver their specifications in english... And want the implementation (including comments and extra documents) to be delivered in english..

On the other hand, a friend once told me they have to use dutch names for variables, methods, comments, ... only to ensure that their work wouldn't be outsourced... (Personaly i don't think thats a good strategy, but that's another discussion)


Conclusion: It will depend on the place where you end up and in my experience larger shops (starting from 50+ developers will almost always use english as 'working language'... For after-hours-activities and social contact you'll have to learn their native language though...
Post Reply