glennrfisher
glennrfisher
- [ ] Number the videos. - [ ] Match the color of (-) icon and delete button to the color of the "Add Videos" button. - [ ] Change...
The `ThreadSafeCallbackQueue` helps to avoid duplicating requests that are in-progress. But it seems complex and error-prone. It might be worth investigating alternatives that are easier to understand and reason about....
It would be great if SwiftLint supported [Ray Wenderlich's Swift Style Guide](https://github.com/raywenderlich/swift-style-guide): - [x] Variable Names: Use camel case. - [x] Function Names: Use camel case. - [x] Class Names:...