Are there any good references for terms and expressions within development? I'm talking a site that defines patterns, terms, prefixes, suffixes and so on.
Definitions examples can be something like this:
- Factory
- Builder
- Parser
- Collection / List / Dictionary / Set
- Provider
- Expression
Something to refer to when you get into an argument like this:
A: I've created a ThingyBuilder.
B: That's not a Builder, it just parses XML, so it's a Parser.
A: But it parses it and builds an object from it!
Wikipedia and some pattern-site has some scattered information, but I wonder if there is any solid reference-pages.