Reduce platform entrypoints to minimal wrappers #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Remove all logic from main() functions.
Tasks:
Ensure main() only calls build_app().run()
Keep platform cfg only if strictly required
Remove initialization logic from entrypoints
Acceptance Criteria:
No gameplay or setup logic in entry files
Already satisfied:
solitaire_app/src/main.rsis already a minimal wrapper that only callssolitaire_app::run(). No code change needed.