Code review comment for lp:~mzanetti/unity/phablet-test-filtergrids

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> Some lines are very long. It makes it hard to have two code windows side-by-
> side. By the way, do we have a coding style guide? I would vote for a maximum
> of around 90 chars.

In my opinion if you use a editor that can display only 90 characters it should have an option to do the word wraps for you (At least all the editors I know can do that). In my case, where I work on a 15" screen with mostly fullscreen windows, wrapping everything at 90 characters would cause the left hand side to look clumsy while leaving the right hand side empty.

Its easier for a editor to automatically add word wraps where you need them than to remove them where they are not needed.

QtCreator has this feature in Menu -> Options -> Text Editor -> Display

« Back to merge proposal