jlandon / Alexandria

A library of Swift extensions to turbocharge your iOS development.
https://jlandon.github.io/Alexandria
MIT License
65 stars 8 forks source link

Break immutable and mutable into separate files #20

Open hsoi opened 8 years ago

hsoi commented 8 years ago

Per discussion:

https://github.com/ovenbits/Alexandria/pull/19#issuecomment-225918383

Right now we tend to have "Foo" and "MutableFoo" extensions in the same file (usually "Foo.swift"). We should break them apart into their own individual files (e.g. "Foo.swift" and "MutableFoo.swift").