foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

Xcode file hierarchy is confusing #19

Closed eaigner closed 13 years ago

eaigner commented 13 years ago

Even if there are not many categories or classes in the repo yet, the file list in Xcode is already confusing. I wanted to group them previously, but @MSch had objections against this.

I don't think a flat file hierarchy in the project is healthy, or productive.

MSch commented 13 years ago
  1. I'm not against grouping them per se (see Audio subfolder), but I want to see all categories/helpers/macros that operate on one class in one place.
  2. I think so far there's not enough files in the repo to necessitate more grouping than we have now.
  3. If we do group I want the Xcode structure 100% reflected in the file structure, e.g. both Groups and Files are Relative to Group.
eaigner commented 13 years ago

ad 2.) Groups come sooner or later, there is no way around it.

myell0w commented 13 years ago

I second that, groups will have to come sooner or later (sooner is better imho). I don't have the need for an exact 1:1 reflection between groups and file structure but I guess it's useful for others, so my +1 goes for identical representation of group- and file hierarchy. I would group categories in folders named after the class the category is for.

myell0w commented 13 years ago

Push to top. I believe the time has come where we should add groups, it's already really confusing for me to find things in FoundationKit

myell0w commented 13 years ago

Since nobody is commenting and FoundatinKit is growing I created groups for Blocks- and Concise-Additions. The groups reflect the file structure. Feel free to reopen.