DEV Community

Discussion on: How to Pick a Good Monitor for Software Development

 
nickjj profile image
Nick Janetakis • Edited

If 120 works for you, go for it.

Most of the code I write in Python, Ruby and Elixir doesn't have wrapping issues. Lines end up naturally being less than 80 characters 99% of the time. That's with long descriptive variable names too.

HTML on the other hand, that's a different story! Good thing auto-formatting tools fix that easily haha.