diff --git a/content/books/things-i-learnt/google-code-style/index.md b/content/books/things-i-learnt/google-code-style/index.md index aaedb0d..953ef12 100644 --- a/content/books/things-i-learnt/google-code-style/index.md +++ b/content/books/things-i-learnt/google-code-style/index.md @@ -10,4 +10,10 @@ 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. + + +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") }}