I’d like to make a simple application which shows one element from a list on screen at a time (using curses). The user navigates left and right with keys. They can close the application with q.
The application should remember where they were when they reopen the application. This is a simple question, but is the most standard application architecture to store application-state related information in a single file called “application.data”?