Construction idioms

From John's wiki
Revision as of 23:56, 22 November 2017 by Sixsigma (talk | contribs) (Created page with "So here's three programs which demonstrate how I would go about evolving some code including a class called MyThing. The initial implementation would be very direct and very c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

So here's three programs which demonstrate how I would go about evolving some code including a class called MyThing. The initial implementation would be very direct and very concrete, the next implementation would factor out an interface, and the final implementation would implement MyThing in a full-blown extensible framework.