Open DivineDX opened 5 years ago
In the context of the PE, it is OK for an app to not recover from deliberate sabotage attempts by the user. But the app should at least fail gracefully for potential user mistakes e.g., deleting a config/data file by mistake.
As said in the title, is there specific limitations on what a user can/cannot do? For instance, I may try messing with the
config.json
orpreferences.json
file generated by the app as a deliberate attempt to corrupt the program.I have heard that this behavior is disallowed (because it is not what a typical user will do), but I would appreciate clarification/confirmation on this from the module coordinators.
Thanks in advance!