Categoría: Programming

why-clean-code

Clean Code cheat sheet v2.4

In this mini-post I would like to share a helpful resource which I’ve found in planet geek, and I think it’s good to  keep it always close to you. It’s a cheat sheet which summarise everything you need to know to write clean code. http://www.planetgeek.ch/wp-content/uploads/2014/11/Clean-Code-V2.4.pdfClean Code Read more →

github

Design Patterns in Swift

Design Patterns in Swift is a repository which gather the main design patterns implemented in Swift. It started a few months ago and I couldn’t resist to contribute with the visitor, composite and factory method patterns. Nowadays it’s almost completed and you can download the playground file to play with all the patterns inside, you will love the documentation mixed… Read more →