Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to move away from static methods #499

Open
feketegy opened this issue May 23, 2014 · 1 comment
Open

Try to move away from static methods #499

feketegy opened this issue May 23, 2014 · 1 comment
Labels
Milestone

Comments

@feketegy
Copy link

To be able to test the classes better and to avoid hard dependencies where's not necessary.

This would be a big task, at first it would be a good idea to refactor the most important parts, such as Request/Response, Route, etc.

@neo22s neo22s added this to the 3.4.0 milestone May 23, 2014
@WinterSilence
Copy link

Differentiation of classes on static and dynamic: dynamic classes should not contain static methods and properties. "Factory" and "singletons" should be made ​​in separate classes.

http://forum.kohanaframework.org/discussion/comment/82313#Comment_82313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants