Tagged Questions

12
votes
14answers
1k views

What's that CS “big word” term for the same action always having the same effect

There's a computer science term for this that escapes my head, one of those words that ends with "-icity". It means something like a given action will always produce the same result, IE there won't ...
7
votes
5answers
368 views

How do you maintain your program vocabulary?

In a not-so-small program, when you have not-so-few entities, in order to maintain code readability, common terms, and otherwise improve mutual understanding between team members, one have to define ...
6
votes
4answers
142 views

Kind of a question about the English language: Using plural in the first part of an identifier name

As a non-native English speaker, I often wonder about using the plural form in the initial part(s) of noun phrases when naming classes or objects. For example: If I have an interface to multiple ...
5
votes
14answers
1k views

Important programming vocabulary words

I am getting ready to teach a language (specifically, PHP) to someone without any background in programming. I want to make sure I don't forget any important vocabulary. This is what I have so far: ...
5
votes
2answers
356 views

Why do I sometimes hear the term “lexical variable?”

I've seen the term "lexical variable" a few times, mostly in the context of closures. Paul Graham uses the term in his books on Lisp referring to variables defined using the let expression. I ...
2
votes
1answer
85 views

Code vocabulary statistics

A couple of months ago Harvard University and Google researchers did a study where they mined the complete text of 4 percent of the world’s books and came out with interesting statistics about the ...
2
votes
3answers
395 views

Where to get a Database of Spanish <-> English Translations?

for a program I am writing I would need a dictionary between Spanish and English words. I googled a while, but I could not find any database freely available. Does anybody know where or how to get ...