bikeshaving / crank Public
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
More error logging #186
Comments
|
My thoughts:
I’d like to only include warnings which have a near perfect hit rate in terms of something the developer shouldn’t be doing, or those which provide a way to squelch the error like making implicit returns explicit with null. The problem is that developers treat these warnings like hard errors and will get upset if, for instance, a dependency causes errors to be logged. One other constraint is that we’re not going to be doing build shenanigans to strip errors in production. If it’s good enough to log in development, it’s good enough to log in production, and I really do not want any divergent behaviors between the two environments. |
|
In 0.4 we now warn when |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Originally posted by @spiffytech in #185 (comment)
The text was updated successfully, but these errors were encountered: