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

validation of method protocol in class extensions and class category #11

Open
dalehenrich opened this issue Nov 8, 2017 · 0 comments
Open

Comments

@dalehenrich
Copy link

For FileTree I have found it necessary to put in validation checks that the method protocol for class extensions matches the package name .... human beings will be editing the files by hand and they will be cutting and pasting, so these kind of detail errors will happen ... the consequence of not validating is that the package structure will be immediately corrupted once the incorrect protocol names are loaded into the system ... same thing should probably go for regular classes where the method protocol needs to NOT be a package name ...

Class categories are the same ... the category of the class has to match the name of the package ...

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

1 participant