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
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Better move to a templating engine, or at least split the different routes to different JS files? This way it improves the readability of the code, removes additional clutter, and makes it less easy to make mistakes when adjusting things. Also it makes it easier for any frontender to work on the project if the person doesn't have much experience in backend.
Better move to a templating engine, or at least split the different routes to different JS files? This way it improves the readability of the code, removes additional clutter, and makes it less easy to make mistakes when adjusting things. Also it makes it easier for any frontender to work on the project if the person doesn't have much experience in backend.
Example: https://github.com/voltbonn/volt.link/blob/main/backend/index.js#L283
The text was updated successfully, but these errors were encountered: