Skip to content
  • Samuel Thibault's avatar
    Make sure returned values are initialized · 9118d447
    Samuel Thibault authored
    Some methods do not have a way to notify that they have failed.
    They should thus make sure that they set some value, rather than let them
    uninitialized and thus random.
    
    It allows to be sure that Orca will have a well-defined behavior rather
    than possibly very erratic behavior.
    9118d447