|
|
|
|
|
by arnsholt
402 days ago
|
|
I worked on a case management system for a few years that dealt with Norwegian criminal law, and we did the same. Technical terms and conventional parts of method identifiers (like getFoo, setFoo, isFoo and such) were in English while the domain terminology was left in Norwegian. It looks a bit weird when you first encounter it, but honestly it was fine. Especially for a domain with as much emphasis on nuance and as many country specific details as the legal domain anything else would be a terrible idea IMO. Not only would it be really hard to translate many cases, it would probably make the code harder to understand and in some cases even cause misunderstandings. |
|