Hello ATL ALT.NET programmers,
Great discussion last time about Domain-Driven-Design. This time, let's come prepared to discuss the "SOLID" principles.
Required Reading
Bob Martin's Principles and Patterns overview PDF (30 pages):
http://www.objectmentor.com/resources/articles/PrinciplesandPatterns.pdf
Additional Materials
Articles with more in-depth coverage of each principle: http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod
Hanselman interviews Uncle Bob about SOLID: http://www.hanselman.com/blog/HanselminutesPodcast145SOLIDPrinciplesWithUncleBobRobertCMartin.aspx
Discussion thread from 1995 about "The Ten Commandments of Programming":
http://tinyurl.com/84emx
Spolsky vs. Uncle Bob: http://www.infoq.com/news/2009/02/spolsky-vs-uncle-bob
SOLID Summary
Stated briefly, from Bob Martin:
"The first five principles are principles of class design. They are:
SRP: The Single Responsibility Principle = A class should have one, and only one, reason to change.
OCP: The Open Closed Principle = You should be able to extend a class's behavior, without modifying it.
LSP: The Liskov Substitution Principle = Derived classes must be substitutable for their base classes.
ISP: The Interface Segregation Principle = Make fine grained interfaces that are client specific.
DIP: The Dependency Inversion Principle = Depend on abstractions, not on concretions."
IMPORTANT NOTE ABOUT TAB-PER-TABLE
Our group has grown larger, and it makes it easier for the waitstaff to serve us and others in the bar if we can run a single tab per-table. You can still split it up with your table-maters and pay with an individual credit-card at the end.
This may seem like an inconvenience for some, but considering that Manuel's has always been great to us and they do not charge us at all for hosting the event in the room, I appreciate everyone's cooperation in this.
Agenda:
07:00 PM - 08:15 PM: Dine, Drink, Socialize in the North Avenue Room
08:15 PM - 09:30 PM: Focused discussion on S.O.L.I.D. Principles
09:30 PM - 10:00 PM: Winding down
See you there!
ATL ALT.NET: May 26: S.O.L.I.D. Principles & The 10 Commandments of Programming
Filed in
- Organiser
- ALT.NET Atlanta Pragmatic Programmers
- Date
- 26-27 May 2009 (Add to calendar) GMT
- Venue
- Manuel's Tavern , Atlanta, US
- Cost
- Free
You might also like...
Other nearby events
Map
Patterns forum discussion
-
Software Paradigms and Models
by Nami L. (0 replies)
-
Need Best AT&T Uverse Compatible Routers
by rahulk12ka4 (0 replies)
-
Help with Agile software development dissertation - quick survey
by aruna.stefanache (0 replies)
-
Invitation to take part in an academic research study
by researchlab (0 replies)
-
666^ JOIN ILLUMINATI IN UGANDA AND GET FAMOUS +27660432483 IN SOUTH AFRICA SASOLBURG
by jonatumukunde (0 replies)
Patterns podcasts
-
Java Posse: Roundup '12 - Architecture
Published 8 years ago, running time 0h0m
Roundup ‘12 - ArchitectureFully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2012 in Crested Butte, CO *Equals/Hashcode *http://www.javapractices.com/topic/TopicAction.do?Id=28 *http://stackoverflow.com/questi.
Comments