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

Project extractions #19

Closed hsoi closed 8 years ago

hsoi commented 8 years ago

This extracts a few useful things out of a working project to contribute here to Alexandria:

hsoi commented 8 years ago

@jlandon this brings up another point.

We have a lot of places where we have "Foo" and "MutableFoo" in the same file. Should we perhaps break them apart into their own files?

hsoi commented 8 years ago

@jlandon @krider2010 - updated. Let me know what you think.

jlandon commented 8 years ago

@hsoi yeah, I think that makes sense. Sure, the classes are related, but they're ultimately different classes, so I'm all for splitting them into separate files

hsoi commented 8 years ago

@jlandon OK. I'll make an Issue for that and we can address it separately.

jlandon commented 8 years ago

👍

krider2010 commented 8 years ago

👍