Ask HN: Do you limit your code to a certain line width?
https://news.ycombinator.com/item?id=4844528If yes, then 1. How much? 2. How strict are you in following the limit? 3. What do you think about this?
I'm interested because I was trying to format code to 80 chars wide, but I find that a little less. I think between 100-110 is a sweet spot for readability.
PS: I write Ruby/JS.