<https://gist.github.com/andrewgazelka/b8170e452fa...
# announcements
a
https://gist.github.com/andrewgazelka/b8170e452fa3dd0c0fb6d3875dc502ee think it is appropriate to have
getMemoryUsed()
outside the class as it functions as a util fun?
h
• If it's used elsewhere, then it's certainly OK to have it as a utility function – but maybe put it in a different file. • If it's not used anywhere else, I'd probably make it a private method of the class.
Oh, and there's #C1H43FDRB for questions like this simple smile