jarofgreen 6 minutes ago

> Typically keep comments on a single line without line breaks — if a comment is useful, developers will scroll to read them, if it’s not they can easily scroll past it.

Disagree. Personally that sounds like a massive barrier to reading the comment to me. Limited width column text is generally regarded as easier to read, make your comments easier to read. Especially as I probably have the code open in a limited width window, as that's what I expect from code.

  • dozerly 2 minutes ago

    Who doesn’t have soft wrapping enabled in 2026? Line breaks are irrelevant