nathggns / Scaffold

Lightweight PHP API Framework
Other
8 stars 2 forks source link

Namespacing #90

Closed nathggns closed 11 years ago

nathggns commented 11 years ago

Not sure I like this.

I think maybe everything should just go under the global Scaffold namespace.

nathggns commented 11 years ago

This might need drastic changes for #105 Modular Scaffold.

ClaudioAlbertin commented 11 years ago

Stop adding periods to commit messages.

ClaudioAlbertin commented 11 years ago

Scaffold/System should become simply Scaffold, the rest should be kept in a namespace the developer can choose himself, defaulting to Application

nathggns commented 11 years ago

Pretty sure that that may not be possible. I'll look into it.  — Nathaniel Higgins http://nath.is

On Fri, Apr 26, 2013 at 9:21 AM, Claudio Albertin notifications@github.com wrote:

Scaffold/System should become simply Scaffold, the rest should be kept in a namespace the developer can choose himself, defaulting to Application

Reply to this email directly or view it on GitHub: https://github.com/Scaffold/Scaffold/pull/90#issuecomment-17060909

ClaudioAlbertin commented 11 years ago

I'm pretty sure that is possible.

nathggns commented 11 years ago

This will need to be almost completely rewritten. Probably wiser that we go from the start when we convert Scaffold to a modular approach, #105