Skip to content

Commit

Permalink
Update Readme to add useful links (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 20, 2022
1 parent be5bda4 commit 27830c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ To run tests:
```sh
swift test
```

### Contributor's Guide
Required Reading:
- [Peril of the Ampersand](https://developer.apple.com/forums/thread/674633)
- [Unmanaged](https://www.mikeash.com/pyblog/friday-qa-2017-08-11-swiftunmanaged.html)
- [Automatic Reference Counting](https://docs.swift.org/swift-book/LanguageGuide/AutomaticReferenceCounting.html)

Useful Videos:
- [Safely manage pointers in Swift](https://developer.apple.com/videos/play/wwdc2020/10167/)
- [Unsafe Swift](https://developer.apple.com/videos/play/wwdc2020/10648)
- [Swift and C Interoperability](https://youtu.be/0kim9mxBOA8)

0 comments on commit 27830c1

Please sign in to comment.