geostore icon indicating copy to clipboard operation
geostore copied to clipboard

Pass around Path objects rather than strings?

Open l0b0 opened this issue 3 years ago • 0 comments

Enabler

So that the intention of the code is clearer, we might want to use Paths rather than strs when passing around actual filesystem paths.

At the moment this applies mostly to anywhere we use os.path, like STACSchemaValidator, and the infrastructure code, where we pass around a lot of paths.

Acceptance Criteria

  • [ ] ...
  • [ ] ...

Additional context

Tasks

  • [ ] ...
  • [ ] ...

Definition of Ready

Definition of Done

l0b0 avatar Mar 25 '21 00:03 l0b0