Skip to content

Files

Latest commit

Jul 20, 2018
0f01480 · Jul 20, 2018

History

History

0021-playground-driven-development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018

This directory contains code from Point-Free Episode: Playground Driven Development

We use Swift playgrounds on this series as a tool to dive deep into functional programming concepts, but they can be so much more. Today we demonstrate a few tricks to allow you to use playgrounds for everyday development, allowing for a faster iteration cycle.

Getting Started

  • Clone repo
  • cd into this directory
  • Initialize submodule: git submodule update --init
  • Open ep0021.xcworkspace
  • Build cmd+B, or run cmd+R the "PointFree" app target
  • Explore the app or run the playground