-2
votes
4answers
110 views

Verb to describe “to enable or to disable”

I'm looking for a word that describes "to enable or to disable". This related question found the hypernyms mode and state, but I am looking for a verb. I.e. a word for "(potentially) change ...
-1
votes
3answers
183 views

“Not empty” set in one word? [closed]

Is there a single word which means "not empty"? That is, a word which one might use to describe a field with one or more cows in it, as opposed to an "empty" field with none? Full or even ...
0
votes
3answers
133 views

One word for simplicity, expressiveness, and error avoidance? [closed]

Is there a good word to describe all three of them? Currently, I'm writing my thesis, and it's about designing an API. So one of my goals is to achieve all of these: simplicity, expressiveness and ...
1
vote
4answers
1k views

What's an antonym to “legacy”?

I am struggling to find out what the best and shortest way is to describe the opposite of a legacy system (especially in software architecture, where legacy means the system used previously). I need ...
4
votes
2answers
101 views

Synonyms for “Inspect”

We have software which currently has these menu items: Map, Talk, Inspect, Analyze, Report, Team. We realize that the word Inspect word is not clear enough for most people. We have all the raw data ...
2
votes
4answers
868 views

“Enclosure” vs. “attachment”

If I understand it correctly, one usually uses the term enclosure when referring to extra documents to e.g. a letter. But what if these extra items are not other documents and papers? Say I have ...
1
vote
5answers
121 views

What is the term for a string that is made up of fixed-length components?

I have a data string that is defined as having two characters for the ID value, six characters for longitude, etc. "Fixed-length string" does not convey the requirement for internal bits of the string ...
4
votes
2answers
137 views

What's the verb for 'to form a canonical representation'?

I'd like to describe the activity of turning a set of elements into its canonical (standardized base) form. Some candidates seem to be: canonicalize canonize I'd also like to name the device ...
3
votes
0answers
122 views

Is 'unwind' an appropriate term for describing the shrinking phase of a recursive process? [closed]

Can we say, for instance, that once the base case for a recursive procedure is reached, the recursive process consisting of the evaluation of the procedure 'unwinds'? Here, the term 'unwind' would ...
0
votes
2answers
68 views

Is 'Sold Count' a good term

I am writing a technical document, and in it I want to refer to the number of units sold for each product. I want to make it concise, and 'sold count' comes to mind. Does this term sound right? Are ...
4
votes
6answers
507 views

A word for someone who has more skill than a code monkey to be at just the next level

A Code monkey is a computer programmer or other person who writes computer code for a living. This term may be slightly derogatory, meaning that this developer can write some code but is ...
3
votes
2answers
87 views

Is there a specific term for “conditions treated as though there are OR operators between them”?

I'm writing a program that generates playlists from a large pool of mp3 files. The program can keep track of total playing time, number of tracks and total size of the files, and can be given upper ...
8
votes
6answers
435 views

Preposition to follow “copy and paste”

The rows should be copied and pasted to the spreadsheet. Does that sound right? If not, how could we reword the sentence? I ask because "to" applies to "paste" but not to "copy". The logical ...