Tagged Questions

-1
votes
9answers
206 views

What is exact meaning of “ad hoc” in programming?

I found terminology "ad hoc" used here and there in programming field. What does it exactly mean in programming? wiki says "for this purpose"
1
vote
5answers
76 views

What is the definition of an implementation detail?

I see this term on the internet a lot (in fact, typing it on google returns a lot of results). What is the exact definition of an "implementation detail"?
0
votes
2answers
12 views

vocabulary for protocol dataflows?

I'm having a mental block for the words describing data flow in a communications protocol + google isn't helping, due to information glut. In the following scenarios A and B are c …
3
votes
5answers
239 views

Absolute urls, relative urls, and…?

I am writing some documentation and I have a little vocabulary problem: http://www.somedomain.com/en/public/img/logo.gif is called an "absolute" url, right? ../../public/img/logo …
1
vote
3answers
142 views

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

Hi! 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 …
5
votes
14answers
580 views

Programming Vocabulary

I am getting ready to teach someone without any background in programming a language (PHP) I want to make sure I don't forget any important vocabulary this is what I have so far: …
2
votes
3answers
251 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 ex …
4
votes
8answers
481 views

Are semantics and syntax the same?

I don't understand the meaning of semantic and the meaning of syntax! What are they? And what's the difference between things like "semantic website vs. normal website", "semanti …
4
votes
5answers
255 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, …