Swift Around the Web


Code

Design

In Case You Missed It



Tutorials

Videos

Functional Voodoo


WATCH


Podcasts


Swift Code




Swift ThoughtsSwift Thoughts

I've been thinking a lot about these program design principles while preparing for my Functional Swift Conference talk this week:

  • Favor immutability (let FTW!)
  • Avoid maintaining state
  • Treat functions as variables
NatashaTheRobot