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

Extract Property classes to a separate package #25

Open
baukevdw opened this issue Feb 28, 2020 · 1 comment
Open

Extract Property classes to a separate package #25

baukevdw opened this issue Feb 28, 2020 · 1 comment

Comments

@baukevdw
Copy link
Member

Currently neat/configuration depends on neat/object for just it's property adapters. When you'd need just neat/configuration, you will get neat/object and neat/database for free. While Neat php components aim to be self-contained components as much as possible, neat/configuration could have less dependencies.

To improve the separation and dependencies of the packages the property related code could be extracted to a separate package. For example neat/property-reflection.

@annavanbiemen
Copy link
Member

neat/configuration just received a copy of the old Property class from 0.10 to resolve a conflict when upgrading to neat/object 0.11. This makes this issue a little less urgent, but it needs to be resolved because we now have some code duplication.

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

No branches or pull requests

2 participants