early return

Hello, you have come here looking for the meaning of the word early return. In DICTIOUS you will not only get to know all the dictionary meanings for the word early return, but we will also tell you about its etymology, its characteristics and you will know how to say early return in singular and plural. Everything you need to know about the word early return you have here. The definition of the word early return will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofearly return, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

early return (plural early returns)

  1. (programming) The act of returning from a function before reaching the end of that function.
    • 2019, Fedor G. Pikus, Hands-On Design Patterns with C++, page 469:
      With RAII, the closing action cannot be skipped or bypassed, even if the function exits the scope prematurely with an early return or by throwing an exception.