Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Housekeeping #25

Open
3Shain opened this issue Oct 1, 2024 · 0 comments
Open

Project Housekeeping #25

3Shain opened this issue Oct 1, 2024 · 0 comments

Comments

@3Shain
Copy link
Owner

3Shain commented Oct 1, 2024

This is a long-term agenda.

A consistent code style guide should be figured out. At present our code is influenced by many style guides including Microsoft style (after all we are trying to implement DirectX), LLVM style, STL style, and even DXVK style... maybe we don't have to use the same code styles for all subcomponents, but at least we should clearly state a consistent code style at subcomponent level, and let them be enforced by lint checker and formatter (e.g. clang-format).

Also we are unintentionally use code width of 80 characters and it often creates unbalanced line breaks. We probably should shift towards 120 characters from now on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant