DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education Typehierarchy

1.EECE 210: Software Design Type Hierarchies and the Substitution Principle2. Objectives • Apply the Liskov Substitution Principle (LSP) to the design of type hierarchies…

Technology Improving code quality

Improving code quality @jsuchal Issues 1. Doing the wrong thing 2. Excessive coupling 3. Mutable state 4. Premature abstraction 5. Edge conditions Tips & Tricks Outside-in…

Documents CreatingSubclasses1 Barb Ericson Georgia Institute of Technology Dec 2009.

Slide 1CreatingSubclasses1 Barb Ericson Georgia Institute of Technology Dec 2009 Slide 2 CreatingSubclasses2 Learning Goals Computing concepts –Inheriting from a class…

Documents CFC Best Practices, Tips, and Tricks Raymond Camden [email protected].

CFC Best Practices, Tips, and Tricks Raymond Camden [email protected] Agenda Basic (but real!) Examples Best Practices (Suggestions) Tips and Tricks Resources Examples…