Skip to content

Instantly share code, notes, and snippets.

View treku's full-sized avatar

Piotr Papala treku

  • Affiliate Window
  • Warsaw, PL & London, UK
View GitHub Profile
@treku
treku / gist:67f5e6dab16fe63e6d59d1f6e51cf55f
Created November 27, 2016 22:31
A bit about SOLID in C#
1) A must watch:
Bob Martin SOLID Principles of Object Oriented and Agile Design
https://www.youtube.com/watch?v=TMuno5RZNeE
2) Then...
Applying S.O.L.I.D. Principles in .NET/C#
https://www.youtube.com/watch?v=gwIS9cZlrhk
3) And then a bit of articles:
https://johnlnelson.com/2014/07/20/solid-design-principles/