Do I put this method into a New Class? Decisions Decisions…(codezest.com)
submitted by
daveschinkel(1720) 3 years, 4 months ago
These days I’m working a lot more on not just code features, but also more architecture from scratch. That is, creating many new Abstract classes, Non-Abstract classes, Interfaces and utilizing more and more Design Patterns. Thus every field, member, property, etc. created in the class or interface heirarchy tree becomes very important in how you define them and where you define them as well as any dependencies that they may be carrying. You try to create a class or interface structure with as least # dependencies as possible, so that a change to one object will not affect the other (thus a good separation of concerns in your design). You’re not just creating a class here and there, but you’re creating the architecture (class trees, foundations for which developers on the team will utilize later).
|category: Architecture
|Views: 5
tags:
Architecture another
Everyones tags:
Your Tags: