99
votes
15answers
9k views
What are MVP and MVC and what is the difference?
When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and …
60
votes
17answers
12k views
What do “branch”, “tag” and “trunk” really mean?
I've seen these words a lot around subversion (and I guess general repository) discussions.
Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept …
44
votes
14answers
2k views
What is unit testing?
Saw many questions asking 'how' to unittest in a specific language, but no question asking 'what', 'why', and 'when'
What is it?
What does it do for me?
Why should I use it?
When should I use …
38
votes
12answers
3k views
What is a lambda (function)?
Hey guys, I see this term being used a bit, and a Google search didn't quite yield the most clarity, so help me out: for a person without a comp-sci background, what is a lambda in the world of …
29
votes
15answers
2k views
.NET: What are attributes?
What are they, what are they good for, and how to I create my own?
29
votes
12answers
3k views
Can anyone explain Monads?
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
22
votes
24answers
3k views
What’s the difference between programmer and software engineer?
As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.
Is there any difference between a programmer and a software …
19
votes
8answers
1k views
Please explain MapReduce simply
Related to my CouchDB question....
Can anyone explain MapReduce in terms a numbnuts could understand?
18
votes
6answers
2k views
What is boxing and unboxing and what are the trade offs?
I'm looking for a clear, concise and accurate answer.
Ideally as the actual answer, although links to good explanations welcome.
17
votes
5answers
943 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!)
17
votes
13answers
3k views
What is the difference between procedural programming and functional programming?
I've read the Wikipedia articles for both procedural programming and functional programming, but I'm still slightly confused. Could someone boil it down to the core?
16
votes
5answers
1k 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 mind Ben Childs …
14
votes
13answers
1k views
What is declarative programming?
I keep hearing this term tossed around in several different contexts. What is it?
12
votes
5answers
560 views
What is a mock and when should you use it?
I just read the Wikipedia article on mock objects, but I'm still not entirely clear on their purpose. It appears they are objects that are created by a test framework when the actual object would be …
12
votes
5answers
698 views
Java Annotations
What is the purpose of annotations in Java? I have this fuzzy idea of them as somewhere in between a comment and actual code. Do they effect the running of a program??
What are typical usages for …
