2
votes
How to prevent multiple classes for the same business object?
The façade pattern.
I think your approach, creating a façade pattern to abstract the complexities with multiple datasources is often appropriate, and will make your code ea …
0
votes
How would you use design patterns to educate and share design experiences?
There's a ton of patterns in C-software, but the 'patterns' developed with Smalltalk in mind probably won't make that much sense.
The most basic pattern teached in introductory CS classes i …
