-
Notifications
You must be signed in to change notification settings - Fork 766
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
Refactor warnings so that it's not an sideeffect anymore #136
Labels
Comments
mac-cain13
added
difficulty: moderate
type: enhancement
type: chore
and removed
type: enhancement
labels
Dec 16, 2015
mac-cain13
added a commit
that referenced
this issue
Apr 28, 2016
as that might be a good issue to do some cleanup.
Plan of attack for part of this, related to identifier warnings:
Continuing on:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functions should just return warnings they have encountered. Later on we can print them at once.
This makes code clearer, easier to test and gives us the ability to suppress warnings. We could even add meta data so specific types of warnings could be shown/hidden etc.
The text was updated successfully, but these errors were encountered: