A colleague of mine has defined a class with a method print
. It is called as instance.print()
to dump some text to stdout (it pretty much just wraps print()
).
I feel like this is bad practice and want to suggest we refactor this but I can't think of any good reasons to justify this either.