Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctarda/blogsamples

Code samples for ctarda.com
https://github.com/ctarda/blogsamples

Last synced: about 1 month ago
JSON representation

Code samples for ctarda.com

Awesome Lists containing this project

README

        

# Blog Samples
Code samples for ctarda.com

## The Open/Closed Principle
A simple refactoring that improves flexibility and maintenability by embracing the [Open/Closed Principle](http://en.wikipedia.org/wiki/Open/closed_principle "The Open/Closed Principle: Wikipedia")

Blog post: [The Open/Closed Principle](http://ctarda.com/2015/04/the-openclosed-principle/ "The Open/Closed Principle: ctarda.com")

## Dependency Injection
An example of what Dependency Injection is and how it will help reduce coupling.
Blog post: [Dependency Injection will make you look cool](http://ctarda.com/2015/04/dependency-injection-will-make-you-look-cool/ "Dependency Injection will make you look cool")