80-character line length? #112

Open
opened 2025-08-07 23:16:59 +00:00 by glen · 2 comments
Owner

I am a fan of an 80-character limit on line length, because it guarantees I can get two files/views side-by-side without line-breaking either of them. Should we adopt such a limit for dyna3 code (and generate a PR that wraps longer lines as we feel best)?

I am a fan of an 80-character limit on line length, because it guarantees I can get two files/views side-by-side without line-breaking either of them. Should we adopt such a limit for dyna3 code (and generate a PR that wraps longer lines as we feel best)?
Member

We adopted an 80-character line length limit in pull request #128. Did that fully address this issue?

We adopted an 80-character line length limit in pull request #128. Did that fully address this issue?
Member

During Wednesday's meeting, we decided to consider this issue resolved once we've added a line length check to the continuous integration workflow. This could be something as simple as a shell script using grep.

During Wednesday's meeting, we decided to consider this issue resolved once we've added a line length check to the continuous integration workflow. This could be something as simple as a shell script using `grep`.
Sign in to join this conversation.
No description provided.