We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our section on line character limits is really limited and doesn’t provide great reasoning or examples: https://docs.elementary.io/develop/writing-apps/code-style#columns-per-line
We should probably mention low vision and large fonts instead of the arbitrary/legacy reasoning of terminal width.
we should provide more recommendations about how/when to break long lines
Good thread on how line length limits are useful to low vision users and also where/how certain lines can be broken for more legible code https://connectified.com/@masukomi/110474807692136298
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Our section on line character limits is really limited and doesn’t provide great reasoning or examples: https://docs.elementary.io/develop/writing-apps/code-style#columns-per-line
Proposal
We should probably mention low vision and large fonts instead of the arbitrary/legacy reasoning of terminal width.
we should provide more recommendations about how/when to break long lines
Prior Art (Optional)
Good thread on how line length limits are useful to low vision users and also where/how certain lines can be broken for more legible code https://connectified.com/@masukomi/110474807692136298
The text was updated successfully, but these errors were encountered: