rockerest’s avatarrockerest’s Twitter Archive—№ 9,968

  1. …in reply to @dan_abramov
    dan_abramov My first approach would be catching at the point of origin (ie, not at component boundary, at impl code that might throw) and handling there
    1. …in reply to @rockerest
      dan_abramov "leaves tree in a broken state" => Doesn't this imply that throw-possible code is un-encapsulated at its source?