mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
368 B
368 B
Code Design
Code Organization
-
Every function except
main.ts
should be pure. Pass any stateful information in parameters. -
misc.ts
should not depend on any other written code. -
Each storage code should not depend on
sync.ts
.
File and Folder Representation
While writing sync codes, folders are always represented by a string ending with /
.