My one-hundred-and-forty-fifth podcast is up. Scott sits down with Robert C. Martin as Uncle Bob (@unclebobmartin) helps Scott understand the SOLID Principles of Object Oriented Design.
Subscribe:
Do also remember the complete archives are always up and they have PDF Transcripts, a little known feature that show up a few weeks after each show.
Telerik is our sponsor for this show!
Building quality software is never easy. It requires skills and imagination. We cannot promise to improve your skills, but when it comes to User Interface, we can provide the building blocks to take your application a step closer to your imagination. Explore the leading UI suites for ASP.NET and Windows Forms. Enjoy the versatility of our new-generation Reporting Tool. Dive into our online community. Visit www.telerik.com.
As I've said before this show comes to you with the audio expertise and stewardship of Carl Franklin. The name comes from Travis Illig, but the goal of the show is simple. Avoid wasting the listener's time. (and make the commute less boring)
Enjoy. Who knows what'll happen in the next show?
interface ReportsSide public int GetSideinterface SetsSide public void SetSide(int side)interface ReportsWidthAndHeight public int GetWidth public int GetHeightinterface SetsWidthAndHeight public void SetWidth(int width) public void SetHeight(int height)class Square : ReportsSide, ReportsWidthAndHeight, SetsSide public int GetSide public int GetWidth public int GetHeight public void SetSide(int side)class Rectangle : ReportsWidthAndHeight, SetsSide, SetsWidthAndHeight public int GetWidth public int GetHeight public void SetSide(int side) public void SetWidth(int width) public void SetHeight(int height)
Ads by The Lounge