You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation up to choice.
Can use an already established file system standard or create your own.
If you create your own interface, document it in the Readme.
You can choose to store files in RAM or disk, either is okay. Goal is to eventually use disk but keeping files in memory first lessens the initial scope. But, use one of the OOP design patterns to encapsulate reading and writing data to a memory address so switching between RAM and disk storage requires minimal code changes.
The text was updated successfully, but these errors were encountered:
Implementation up to choice.
Can use an already established file system standard or create your own.
If you create your own interface, document it in the Readme.
You can choose to store files in RAM or disk, either is okay. Goal is to eventually use disk but keeping files in memory first lessens the initial scope. But, use one of the OOP design patterns to encapsulate reading and writing data to a memory address so switching between RAM and disk storage requires minimal code changes.
The text was updated successfully, but these errors were encountered: