Timeline for Auto-Initializable Objects Pattern
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 23, 2018 at 16:16 | comment | added | Frank Hileman | Adding an interface implemented by one class does not decouple anything other than the constructor for that class, which can be hidden in other ways. Such an interface only provides value when the interface and the implementing class must be in separate assemblies, and there are many implementations of the interface, and even there, a base class can serve the same purpose, with multiple inheritance limitations. | |
| Aug 18, 2018 at 12:01 | history | tweeted | twitter.com/StackSoftEng/status/1030786788187693056 | ||
| Aug 17, 2018 at 23:56 | answer | added | candied_orange | timeline score: 2 | |
| Aug 17, 2018 at 23:05 | history | asked | Bruno Brant | CC BY-SA 4.0 |