开发者

Visual Studio 2010 - Is there a standard width before wrapping your lines (comments)

开发者 https://www.devze.com 2023-03-04 07:35 出处:网络
Basically, is there any \"standard\" width to go by before wrapping your lines for readability? I know this could be subjective, but I\'m hoping there is an actual design guideline for character width

Basically, is there any "standard" width to go by before wrapping your lines for readability? I know this could be subjective, but I'm hoping there is an actual design guideline for character width before wrapping your lin开发者_StackOverflowes. Thanks!


There used to be a standard of 80 characters - this was because terminals could only show that much.

These days, with wide screens (and multiple screens), there isn't such a thing.

You need to talk to your team mates, see what everyone is comfortable with and stick with that.

0

精彩评论

暂无评论...
验证码 换一张
取 消