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
-
C0D4681453yGoogle translate.
I once worked on a project that had Danish and English mixed to hell and back.
Eg:
var list_of_strings = {"danish", "words", "here"}
var storste = fetch_storste_string(list_of_strings)
My brain cried trying to make sense of half of it. I Would highly not recommend working with a multi language code base if you want to keep your sanity. -
@C0D4 Good luck with google translate if it is something like a Swiss German dialect or Austrian German. Google doesn't understand that.
-
Well, you obviously understand a bit of English, and the variable/type/function names are limited to ASCII, so that language can't be that different from a language that you already know.
-
@jonas-w @DirtEffect WAS IN DREITEUFELSNAMEN WIRD DAS WENN'S FERTIG IST WENN ICH FRAGEN DARF
Nothing like having to work on a codebase which has most of the class and variable names in a language you don't speak :/
rant