Alexandria icon indicating copy to clipboard operation
Alexandria copied to clipboard

Break immutable and mutable into separate files

Open hsoi opened this issue 8 years ago • 0 comments

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").

hsoi avatar Jun 14 '16 15:06 hsoi