Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    TDD implicitly has you think in terms of interface rather than implmenetation, although it may not be a formal "interface" declaration. Commented Dec 6, 2013 at 16:36
  • 1
    This is a great answer. +1 for suggesting TDD, which I think is the solution to the OP's real problem of where to start when working on a new project, and I'd +1 again if I could for "Using TDD will force you to explore where such interfaces are important and where it, frankly, doesn't matter." Commented Dec 7, 2013 at 0:10