I agree about Google's styleguides... I used to code like that and line up all the :'s vertically, and i finally realized I was making my code harder to read.
So i refactored all my existing code to have every statement on one line. Yeah it's long, but my huge monitor and xcode in full screen remedies that.
So i refactored all my existing code to have every statement on one line. Yeah it's long, but my huge monitor and xcode in full screen remedies that.