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
The current main.ts file has grown significantly in size and complexity, making it difficult to maintain and scale over time. As new features and changes are added, the file has become harder to navigate and troubleshoot.
Following patterns adopted in other open-source Electron projects, we'd like to split the logic into separate files/modules that have a clear and single responsibility.
The current
main.ts
file has grown significantly in size and complexity, making it difficult to maintain and scale over time. As new features and changes are added, the file has become harder to navigate and troubleshoot.Following patterns adopted in other open-source Electron projects, we'd like to split the logic into separate files/modules that have a clear and single responsibility.
Example:
The text was updated successfully, but these errors were encountered: