Skip to content

What should be the getContents() behavior when a file doesn't exist? #95

Closed
@mmoreram

Description

@mmoreram

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions