@CapitalEx yeah, is there a fancy jargon word for this?
missing tail-call : subroutine return
tail-call: jump-subroutine
fall-through: <nothing>
Top-level
@CapitalEx yeah, is there a fancy jargon word for this? missing tail-call : subroutine return 3 comments
|
@neauoire :: I think the jargon would just be fall through. A rare moment where the technical jargon and concept line up. (But it is also likely nobody has thought to give a specific technical name to subroutine fall through).