Posts by XamarinES • 11 points
1 post
-
1
votes0
answers252
viewsQ: If or Try/Catch?
here at work I came across a code that deals error in an if instead of Try/Catch. The programmer justifies that the catch interrupts the code, but I believe that a Finally ensures the execution. Can…