Skip to content

API naming in-consistency for filesystem operations #10

Description

@sanchitrk

The current naming conventions are bit inconsistent for real host filesystem and sandboxed, even if the behaviour is similar.

e.g

Host FS: src/../filesystem.ts

...
readonly readFileString
readonly writeFileString
..

with sandbox FS: src/…/sandbox/../filesystem.ts

...
readFile
writeFile
readFileBuffer
...

The implementation behaviour is same, hence naming could also be same. As usual naming is hard!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions