It looks like we don’t have a clearly defined code convention for this project yet.
To keep the codebase consistent and improve readability, I suggest creating a shared guideline (e.g., CODESTYLE.md) that outlines our coding and naming standards.
This would help ensure that everyone follows the same style and make code reviews smoother and more efficient.
Possible areas to include:
- Naming conventions (variables, functions, files, etc.)
- Code formatting (indentation, line length, import order)
- Comment and documentation style
- Commit message format
Additional Context / Notes
- Feedback or suggestions for other areas to include are welcome.