The source content for blog.juliobiason.me
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
+++
|
|
|
|
title = "Things I Learnt The Hard Way - ... Unless That Code Style Is The Google Code Style"
|
|
|
|
date = 2019-07-16
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tags = ["en-au", "books", "things i learnt", "code style", "google code style"]
|
|
|
|
+++
|
|
|
|
|
|
|
|
Every freaking time Google comes with their own coding style, it's a garbage
|
|
|
|
fire. The community came with a better style way before and Google seem to
|
|
|
|
come with a style with high contrasting parts just to call it theirs.
|
|
|
|
|
|
|
|
<!-- more -->
|
|
|
|
|
|
|
|
The only reason to use Google Code Style is in case someone less smart than
|
|
|
|
you decided it would be a good idea to use it. Then, I feel sorry for you, but
|
|
|
|
you'll have to follow Google Code Style.
|
|
|
|
|
|
|
|
{{ chapters(prev_chapter_link="/books/things-i-learnt/code-style", prev_chapter_title="Code Style: Follow It") }}
|