Let's rewrite this library in Swift 3.0 🎉
This is a long term goal, and mostly for fun. Especially with nullability annotations, there is very little value to gain by doing this.
But, Swift is awesome™ and the future™, so it would be fun to rewrite this. Also, it's a pretty small framework so it shouldn't be too difficult or take too long.
⚠️ Waiting for the final release of Swift 3.0 to do this.
Todos:
Some notes:
- Use an
enum FileType for the file types (file extensions)
- Use a
struct for file names, which contains the name (String) and type (FileType)
- Singletons in Swift
⚠️ NOTE: will not accept pull requests for this issue 😄
Any new features we can make use of in this library?
5.1
5.2
Let's rewrite this library in Swift
3.0🎉This is a long term goal, and mostly for fun. Especially with nullability annotations, there is very little value to gain by doing this.
But, Swift is awesome™ and the future™, so it would be fun to rewrite this. Also, it's a pretty small framework so it shouldn't be too difficult or take too long.
Todos:
Some notes:
enum FileTypefor the file types (file extensions)structfor file names, which contains the name (String) and type (FileType)Any new features we can make use of in this library?
5.1
5.2