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

Always use interface name as package name #6

Closed
tengstrand opened this issue Oct 15, 2018 · 0 comments
Closed

Always use interface name as package name #6

tengstrand opened this issue Oct 15, 2018 · 0 comments
Assignees

Comments

@tengstrand
Copy link
Owner

Is your feature request related to a problem? Please describe.
Simplifies the package structure when more than one component conforms to the same interface.

Describe the solution you'd like
Example. Before:
user2/src/com.example.user2.core.clj
user2/src/com.example.user.interface.clj

After:
user2/src/com.example.user.core.clj
user2/src/com.example.user.interface.clj

Also fix the 'info' command when listing systems to show the component name and do not include the interface name.

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

No branches or pull requests

1 participant