94
votes
15answers
8k 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-Co …
56
votes
17answers
11k 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 …
16
votes
13answers
2k 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?
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 …
26
votes
15answers
2k views
.NET: What are attributes?
What are they, what are they good for, and how to I create my own?
0
votes
1answer
53 views
This is asking a lot, I know, but: Help me translate this Glossary plugin for WP
In my search for a good glossary plugin for WordPress, I came across Natan Olsen's WP-SNAP. Which is brilliant. Only I need it to work with Hebrew.
I know this is asking a lot, bu …
17
votes
22answers
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 programm …
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.
7
votes
13answers
632 views
Difference between a Computer Scientist and Computer programmer
What is the difference between a Computer Scientist and a Computer Programmer? What is the difference in the actual work they do in industry?(not in academia) Can you provide some …
44
votes
14answers
1k 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? …
10
votes
8answers
744 views
What is the Dependency Inversion Principle and why is it important?
What is the Dependency Inversion Principle and why is it important?
6
votes
9answers
6k views
Difference between binary semaphore and mutex.
Is there any difference between binary semaphore and mutex or they are essentialy same?
14
votes
13answers
1k views
What is declarative programming?
I keep hearing this term tossed around in several different contexts. What is it?
18
votes
8answers
1k views
Please explain MapReduce simply
Related to my CouchDB question....
Can anyone explain MapReduce in terms a numbnuts could understand?
6
votes
9answers
1k views
What is object marshalling?
I have heard this concept used frequently, but I don't have a really good grasp of what it is.
