Closed
Description
Right now, when a file is not found and we access to its content, the method just keeps waiting. Instead of that, we can make an exists
call before it.
Is it a good behavior to let a method keep waiting until the infinite? I understand that this action is not blocking at all, but what is the point?