Skip to content

Instantly share code, notes, and snippets.

View sklppr's full-sized avatar

Sebastian sklppr

  • Munich, Germany
View GitHub Profile
@sklppr
sklppr / 0-refresher.md
Created April 5, 2017 11:03
Advanced application architecture

Refresher on anti-patterns and best practices

Most important basic philosophy “simple vs. easy”: Rails Conf 2012 Keynote: Simplicity Matters by Rich Hickey (Slides)

You probably know this already and in Ruby not all of it is done “explicitly” but it’s important to have these principles in mind when getting to know the following architecture concepts.

STUPID: Singleton, Tight Coupling, Untestability, Premature Optimization, Indescriptive Naming, Duplication
SOLID: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion