Join Slack
Powered by
just want to print, but with a warning next to it ...
# announcements
j
janvladimirmostert
04/27/2018, 9:57 AM
just want to print, but with a warning next to it to not use print
c
Czar
04/27/2018, 10:06 AM
You'll be better off prohibiting/warning about print/println with something like checkstyle during build.
j
janvladimirmostert
04/27/2018, 10:07 AM
yeah, I know this is a nasty hacky fix, it's just temporary. will add pre-commit hooks at some point to reject code that contains print/println
2
Views
Open in Slack
Previous
Next