Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Apr 23, 2019
1 parent 2d2e991 commit 35e98db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0053-swift-syntax-enum-properties/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [Enum Properties](https://www.pointfree.co/episodes/ep53-swift-syntax-enum-properties)
> #### This directory contains code from Point-Free Episode: [Swift Syntax Enum Properties](https://www.pointfree.co/episodes/ep53-swift-syntax-enum-properties)
>
> We've seen how "enum properties" help close the gap between the ergonomics of accessing data on structs and enums, but defining them by hand requires a _lot_ of boilerplate. This week we join forces with Apple's Swift Syntax library to generate this boilerplate automatically!
Expand Down
2 changes: 1 addition & 1 deletion 0054-advanced-swift-syntax-enum-properties/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [Enum Properties](https://www.pointfree.co/episodes/ep54-advanced-swift-syntax-enum-properties)
> #### This directory contains code from Point-Free Episode: [Advanced Swift Syntax Enum Properties](https://www.pointfree.co/episodes/ep54-advanced-swift-syntax-enum-properties)
>
> This week we’ll put the finishing touches on our enum property code generation tool. We’ll add support for enum cases with multiple associated values and enum cases with no associated values, and we’ll add a feature that will make enums even more ergonomic to work with!
Expand Down
2 changes: 1 addition & 1 deletion 0055-swift-syntax-command-line-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [Enum Properties](https://www.pointfree.co/episodes/ep55-swift-syntax-command-line-tool)
> #### This directory contains code from Point-Free Episode: [Swift Syntax Command Line Tool](https://www.pointfree.co/episodes/ep55-swift-syntax-command-line-tool)
>
> Today we finally extract our enum property code generator to a Swift Package Manager library and CLI tool. We’ll also do some next-level snapshot testing: not only will we snapshot-test our generated code, but we’ll leverage the Swift compiler to verify that our snapshot builds.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ This repository is the home of code written on episodes of
1. [Enum Properties](0052-enum-properties)
1. [Swift Syntax Enum Properties](0053-swift-syntax-enum-properties)
1. [Advanced Swift Syntax Enum Properties](0054-advanced-swift-syntax-enum-properties)
1. [Swift Syntax Command Line Tool](0055-swift-syntax-command-line-tool)

0 comments on commit 35e98db

Please sign in to comment.