Tagged Questions

36
votes
7answers
2k views

What exactly is RESTful programming?

What exactly is RESTful programming? Don't give me links to wikipedia please, I'm hoping for a straight-forward answer, not some BUZZ-word-ful answer. Bonus question: Should I feel stupid because I …
26
votes
8answers
2k views

What is a y-combinator?

A y-combinator is a comp-sci concept from the "functional" side of things. Most programmers don't know much at all about them, if they've even heard about them. What is a y-combinator? How do they …
18
votes
2answers
784 views

What’s the difference between faking, mocking, and stubbing?

I know how I use these terms, but I'm wondering if there are accepted definitions for faking, mocking, and stubbing for unit tests? How do you define these for your tests? Describe situations where …
18
votes
59answers
3k views

Are you a good or bad programmer?

Hi All, I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers. For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a …
18
votes
11answers
2k views

What is the Liskov Substitution Principle?

I have heard that the Liskov Substitution Principle (LSP) is a fundamental principle of object oriented design. What is it and what are some examples of its use?
17
votes
5answers
936 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!)
11
votes
21answers
793 views

What is AJAX, really?

I have to start using AJAX in a project and I don't know where to start. Can someone please help?
11
votes
2answers
492 views

What is the difference between currying and partial application.

I'm not exactly sure how to word this question. I learnt what currying was in the first year of university, and have been using it where applicable ever since. However, I quite often see on the …
11
votes
9answers
703 views

Service Oriented Architecture: How would you define it

Service Oriented Architecture seems to be more and more of a hot quote these days, but after asking around the office I have found that I seem to get many different definitions for it. How would you …
9
votes
10answers
554 views

What does .NET stand for? Is it an acronym?

I've seen pronunciation guides and all sorts of definitions of .NET as a framework, but no definition or explanation of the actual name of the framework. Wikipedia doesn't seem to know. This …
9
votes
10answers
862 views

What is a code cave, and is there any legitimate use for one?

I encountered this word for the first time in the StackOverflow question "C# Theoretical: Write a JMP to a codecave in asm." I see that according to Wiktionary, a code cave is: an unused block of …
9
votes
6answers
931 views

How to find where a ruby method is defined (at runtime)?

We recently had a problem where, after a series of commits had occurred, a backend process failed to run. Now, we were good little boys and girls and ran rake test after every check-in but due to some …
7
votes
8answers
267 views

What is the actual definition of an array? [closed]

Possible Duplicate: Arrays, What’s the point? I tried to ask this question before in What is the difference between an array and a list? but my question was closed before reaching a …
7
votes
16answers
1k views

Polymorphism - Define In Just Two Sentences

I've looked at other definitions and explanations and none of them satisfy me. I want to see if anybody can define polymorphism in at most two sentences without using any code or examples. I don't …
7
votes
8answers
925 views

What is fuzzy logic?

I'm working with a couple of AI algorithms at school and I find people use the words Fuzzy Logic to explain any situation that they can solve with a couple of cases. When I go back to the books I just …

1 2 3 4 5 8 next
15 30 50 per page