Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Oct 19, 2022
1 parent 5d60696 commit a12cbb3
Show file tree
Hide file tree
Showing 17 changed files with 907 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 0208-reducer-protocol-in-practice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [Reducer Protocol: Testing](https://www.pointfree.co/episodes/ep208-reducer-protocol-in-practice)
>
> We celebrate the release of the Composable Architecture’s new reducer protocol and dependency management system by showing how they improve the case studies and demos that come with the library, as well as a larger more real-world application.
This episode contains a tour of code that appears in other repos:

- [swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture/tree/a27a7a57bc776dfa6371bcdad5e62cad2a582512)
- [isowords](https://github.com/pointfreeco/isowords/tree/bb0a73d20495ca95167a01eeaaf591a540120ce2)
9 changes: 9 additions & 0 deletions 0209-clocks-pt1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
Loading

0 comments on commit a12cbb3

Please sign in to comment.