Comment on Why is 80 characters the 'standard' limit for code width?parentComments−mantrax512yWell context matters, especially if your language has you starting with at least two or three tabs for most of your code: package Foo { class Bar { void baz() { // Most code is nested *at least* this deep. } } }
Comments
Well context matters, especially if your language has you starting with at least two or three tabs for most of your code: