Closed tristanlabelle closed 1 year ago
The codebase currently relies a lot on ! and fatalErrors. It should support handling errors by exposing them through throws or optionals.
!
fatalErrors
throws
First shot at this in https://github.com/thebrowsercompany/webdriver-swift/pull/54, awaiting feedback.
The codebase currently relies a lot on
!
andfatalErrors
. It should support handling errors by exposing them throughthrows
or optionals.