So Sam does a lot of event bindings in Start methods without unbinding it later on (not neccesarily in this course).
From what i know common practice is to bind them in OnEnable and then unbind them in OnDisable.
Does it matter? Does skipping unbinding not lead to memory leaks?