Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctarda/blogsamples
- Owner: ctarda
- License: mit
- Created: 2015-04-03T18:10:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T15:55:36.000Z (almost 10 years ago)
- Last Synced: 2023-03-01T03:55:36.330Z (almost 2 years ago)
- Language: Swift
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")