is it proper to use `check()` for private method l...
# announcements
a
is it proper to use
check()
for private method logic errors?
k
It's just a shorthand for
IllegalStateExceptions
, so sure.