Tagged Questions
11
votes
7answers
174 views
Mot le plus approprié pour remplacer « snapshot »
Je suis en train de développer une application web bilingue et pour une des fonctionnalités le terme anglais m'est venu instantanément, mais je ne parviens pas à trouver un équivalent français aussi ...
5
votes
4answers
127 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
109 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
222 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, ...
7
votes
5answers
124 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 ...
6
votes
2answers
132 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 ...
8
votes
2answers
119 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
117 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
255 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
107 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.
13
votes
6answers
467 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 ...
13
votes
4answers
333 views
« Tu fais un copier-coller » ou bien « Tu copies-colles » ?
Dernièrement en essayant d'expliquer à mes parents comment faire un copy/paste sur leur PC, je me suis trouvé assez confus sur la façon d'exprimer cette notion.
Bien sûr ils ne comprennent pas ...
5
votes
2answers
157 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
156 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 ...
7
votes
2answers
154 views
Traduction de « debugging » en « déverminage »
Dans un document décrivant un logiciel, un collègue a écrit
Afin de faciliter le déverminage, ...
Il m'a fallu une seconde de réflexion pour cromprendre qu'il voulait parler de debugging.
...