Back to 2014-proposals

Title: Building on Solid Foundations
Proposer: Nat Pryce
Proposer: Steve Freeman
Type: Presentation
Duration: 90 mins
Description:
We know we're supposed to break code up into coherent parts, but many codebases just don't seem to get it right. To add some simple feature, we have to tear things apart or, worse, patch and work around the existing code. In a better system, it would just take a few lines of code to change our object graph. Why is it often so hard? We don't believe it has to be. We've seen other systems where the code is flexible enough to support the changes we need to make. This talk is about design principles that we've learned help us develop large-scale code structures that are easy to read and easy to change. At the lowest level, this means well-known patterns such as avoiding globals and following SOLID guidelines.