I analyze in this post why some decisions that we make in our projects might turn into bad viruses that spread all over the code base.
Tags
reactive
Consistent vs convenient
Functional is about functions (Swift)
Quick introduction to what Functional Programming in Swift is from the simple perspective of functions
Implementing a Mutable Collection Property for ReactiveCocoa
These are the steps I followed to create a Mutable Collection Property for ReactiveCocoa. Very useful if you want to get events about changes produced in a collection
Programación Reactiva en Swift: Parte 1, Introducción
Con la llegada de Swift y la introducción de interesantes operadores, conceptos funcionales, y la seguridad de tipos el paradigma de programación reactiva ha cobrado especial importancia en el desarrollo de apps. En comparación con la progr…
Paginated API requests using Functional Reactive in Swift
Reactive is magic, transform your API responses into streams of data and you'll se how easy is to build for example paginated API requests