Computer science: what is a stub?
Self-tutoring about computer science: the tutor mentions the idea of a stub. In programming, a stub is a function that, when called, returns a value of the expected type so that the calling function can continue running. Being a stub …