Tagged Questions

20
votes
8answers
1k views

What’s the difference between an argument and a parameter?

When verbally talking about methods in C# during a code review or in pairing I'm never sure whether to use the word argument or parameter or something else. Either way the other pe …
6
votes
4answers
642 views

How do you pronounce the word ‘Tuple’?

How do you pronounce the word 'Tuple'?
6
votes
8answers
483 views

How do you pronounce “Enum”?

In the spirit of this question how do you pronounce Enum? Tagging as subjective and community wiki obviously. I've heard E-Nuhm and E-Nnoom any others? Edit: Looks like we have …
16
votes
5answers
917 views

What is ‘Currying’?

I've seen references to curried functions in several articles and blogs but I can't find a good explanation (or at least one that makes sense!)
13
votes
5answers
993 views

What is a ‘Closure’?

I asked a question about Currying and closures where mentioned. What is a closure? How does it relate to currying? Additional: Kyle's answer is great but to my poor procedural/OO …