$ grep -l "#protocol" ~/terhechte/journal/*.md
Posts tagged #protocol
posts 2 years 2 tag protocol
[ 2019 ]
01 · posts
2019-03-17
Using protocol composition to untangle your codebase
A simple way to untangle your codebase via protocols. Particularly useful for project configurations.
[ 2015 ]
01 · posts
2015-06-17
Generic method overloading by protocol in Swift
See how you can even overload methods in a generic manner by using protocols