Package structure #321
emil14
started this conversation in
Conventions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enforced by compiler:
pub
or used (directly or indirectly) bypub
entity/main
component. Entity could be bothpub
and "used" but cannot be unused and private at the same time.Should be enforced by linter:
shared.neva
file*.shared.neva
files (or separatedshared
sub pkg?)Beta Was this translation helpful? Give feedback.
All reactions