just want to print, but with a warning next to it ...
# announcements
j
just want to print, but with a warning next to it to not use print
c
You'll be better off prohibiting/warning about print/println with something like checkstyle during build.
j
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