Tagged Questions
3
votes
5answers
75 views
Traduction du nom de ce département universitaire spécifique?
J'ai traduit
Faculty of Automatic Control and Computers, Computer Science Department
par
Faculté d'Automatique et Ordinateurs, le Département Science des Ordinateurs.
Est-ce correct ?
5
votes
4answers
134 views
Comment traduire « downgrade » ?
Dans le contexte informatique, il est souvent question d'upgrade et de downgrade de logiciel.
Autant pour upgrade, les traductions me viennent facilement : « mise à jour », « mise à niveau », autant ...
4
votes
1answer
116 views
Some words/phrases from the world of software development
I'm preparing a technical document in French for the software development company I work for. What I would like is to know if the following terms I'm using are correct:
Team Lead: Leader ...
4
votes
4answers
233 views
How to translate the metasyntactic variables “foo” and “bar” in French?
In programming, English speaking people often use foo and bar as metasyntactic variables to name things that they don't want to name.
What do French-speaking people use and why?
En programmation, ...
11
votes
5answers
174 views
Quelle est la meilleure traduction de « vanilla » en programmation ?
En programmation, on voit souvent l'emploi du terme vanilla pour indiquer l'absence de framework. Par exemple, par opposition à jQuery, on parle de vanilla JS.
Quelle est la meilleure traduction ...
7
votes
3answers
144 views
How to render the German word 'pflegen' in French?
I am looking for a French verb which conveys the meaning of the German word 'pflegen'. In particular in the IT sense of maintaining data (Datenpflegen) by keeping data up-to-date and consistent. I'm ...
6
votes
2answers
140 views
Translation of “user email” used in form fields in website
I have got the work to translate a website in French. I am a developer by profession so I do not know much about doing translations. I used Google Translate for this purpose but I am not sure as it ...
9
votes
2answers
129 views
Comment dire « (email) mailing list » en français ?
Mon employeur a une « mailing list » d'email (de courriel pour les Québécois) pour discuter des questions de la langue et la culture française. Parfois, il y a des questions à propos de la « mailing ...
4
votes
2answers
120 views
How to translate “lazy initialization”?
From wikipedia
In computer programming, lazy initialization is the tactic of delaying
the creation of an object, the calculation of a value, or some other
expensive process until the first ...
12
votes
6answers
269 views
How to translate “to parse” or “parsing” in French?
The act of parsing, in computer science, is the act of taking text (even if it's not human readable) and extract information out of it (and do something with it).
For example you can parse an xml ...
5
votes
2answers
116 views
Traduction « streaming »
Je cherche à éviter le terme anglais « streaming » pour parler d'un service qui fonctionne en flux réseau plutôt que par téléchargement.
Or, je trouve, que « en flux » sonne très mal.
4
votes
1answer
108 views
Comment dire « DSL » en français?
J'ai récemment vu cette page Web et j'ai vu que « DSL » est utilisé avec la même orthographe qu'en anglais. « DSL » (domain specific language en anglais) est une terme technique en informatique. Donc, ...
13
votes
6answers
475 views
How would you refer to “legacy code” in French?
The best way to describe what I mean by "Legacy code" comes from this website
That stuff that other people wrote. They've all since left the
company, [or worse, they're still here but not ...
5
votes
2answers
161 views
Technical lingo: How to say “higher order function”
In programming a "higher order function" is a function that does at least one of two things:
take a function as a argument
returns a function
Given that I have interviews coming up shortly, what's ...
2
votes
0answers
158 views
Comment dire “to upvote / downvote” en français ? [duplicate]
Cette question est un doublon de
How to say “voted up” or “voted down” in French?
Le contexte est les forums en ligne, par exemple ici StackExchange ou reddit. Je ...