Binette@lemmy.ml to Learn Programming@programming.devEnglish · 2 months agoIs it better to check if a file exists before trying to load it, or to try to load it, and catch the error and move on?message-squaremessage-square16fedilinkarrow-up136arrow-down10file-text
arrow-up136arrow-down1message-squareIs it better to check if a file exists before trying to load it, or to try to load it, and catch the error and move on?Binette@lemmy.ml to Learn Programming@programming.devEnglish · 2 months agomessage-square16fedilinkfile-text
minus-squareToes♀@ani.sociallinkfedilinkarrow-up4arrow-down1·2 months agoIf you’re already using an existing engine this is already baked in. But a new engine I would suggest confirming that the file is there and that there is no handles holding it.
If you’re already using an existing engine this is already baked in.
But a new engine I would suggest confirming that the file is there and that there is no handles holding it.