Browse Source

Added the whole structure

master
Julio Biason 4 years ago
parent
commit
39ae0fbb2b
  1. 96
      things-i-learnt/src/SUMMARY.md
  2. 1
      things-i-learnt/src/personal/bad-code-defense.md
  3. 1
      things-i-learnt/src/personal/blogging.md
  4. 1
      things-i-learnt/src/personal/coc.md
  5. 1
      things-i-learnt/src/personal/fixable.md
  6. 1
      things-i-learnt/src/personal/hero-syndrome.md
  7. 1
      things-i-learnt/src/personal/index.md
  8. 1
      things-i-learnt/src/personal/learn-about-yourself.md
  9. 1
      things-i-learnt/src/personal/microaggressions.md
  10. 1
      things-i-learnt/src/personal/not-done.md
  11. 1
      things-i-learnt/src/personal/own-your-shit.md
  12. 1
      things-i-learnt/src/personal/people-care.md
  13. 1
      things-i-learnt/src/personal/post-solution.md
  14. 1
      things-i-learnt/src/personal/quit.md
  15. 1
      things-i-learnt/src/personal/responsible-code.md
  16. 1
      things-i-learnt/src/personal/say-no.md
  17. 1
      things-i-learnt/src/personal/small-world.md
  18. 1
      things-i-learnt/src/personal/specialists.md
  19. 1
      things-i-learnt/src/personal/stupid-bugs-list.md
  20. 1
      things-i-learnt/src/personal/things-i-dont-know.md
  21. 1
      things-i-learnt/src/personal/time-to-stop.md
  22. 1
      things-i-learnt/src/personal/time.md
  23. 1
      things-i-learnt/src/personal/toxic-people.md
  24. 1
      things-i-learnt/src/personal/watch-reactions.md
  25. 1
      things-i-learnt/src/programming/before/cognitive-cost.md
  26. 1
      things-i-learnt/src/programming/before/data-flow.md
  27. 1
      things-i-learnt/src/programming/before/debuggers.md
  28. 1
      things-i-learnt/src/programming/before/functional-programming.md
  29. 0
      things-i-learnt/src/programming/before/gherkin.md
  30. 1
      things-i-learnt/src/programming/before/magical-number-seven.md
  31. 0
      things-i-learnt/src/programming/before/patterns-not-solutions.md
  32. 0
      things-i-learnt/src/programming/before/spec-first.md
  33. 0
      things-i-learnt/src/programming/before/steps-as-comments.md
  34. 1
      things-i-learnt/src/programming/before/understand-shortcuts.md
  35. 1
      things-i-learnt/src/programming/before/users.md
  36. 1
      things-i-learnt/src/programming/coding.md
  37. 1
      things-i-learnt/src/programming/coding/boolean-parameters.md
  38. 1
      things-i-learnt/src/programming/coding/crash-it.md
  39. 1
      things-i-learnt/src/programming/coding/data-types.md
  40. 1
      things-i-learnt/src/programming/coding/future-trashing.md
  41. 1
      things-i-learnt/src/programming/coding/handle-it.md
  42. 1
      things-i-learnt/src/programming/coding/interface-changes.md
  43. 1
      things-i-learnt/src/programming/coding/optimization.md
  44. 1
      things-i-learnt/src/programming/coding/outside-project.md
  45. 1
      things-i-learnt/src/programming/coding/permanent-solution.md
  46. 1
      things-i-learnt/src/programming/coding/resist-easy.md
  47. 1
      things-i-learnt/src/programming/coding/run-locally.md
  48. 1
      things-i-learnt/src/programming/coding/start-stupid.md
  49. 1
      things-i-learnt/src/programming/coding/throw-away.md
  50. 1
      things-i-learnt/src/programming/coding/units.md
  51. 1
      things-i-learnt/src/programming/coding/use-structures.md
  52. 1
      things-i-learnt/src/programming/coding/use-timezones.md
  53. 1
      things-i-learnt/src/programming/coding/use-utf8.md
  54. 1
      things-i-learnt/src/programming/documentation.md
  55. 1
      things-i-learnt/src/programming/documentation/document-and.md
  56. 1
      things-i-learnt/src/programming/documentation/document-is-contract.md
  57. 1
      things-i-learnt/src/programming/documentation/document-it.md
  58. 1
      things-i-learnt/src/programming/documentation/languages-docs.md
  59. 1
      things-i-learnt/src/programming/organization.md
  60. 1
      things-i-learnt/src/programming/organization/libraries.md
  61. 1
      things-i-learnt/src/programming/organization/paper-notes.md
  62. 1
      things-i-learnt/src/programming/organization/project-organization.md
  63. 1
      things-i-learnt/src/programming/running.md
  64. 1
      things-i-learnt/src/programming/running/add-then-remove.md
  65. 1
      things-i-learnt/src/programming/running/app-composition-stupid.md
  66. 1
      things-i-learnt/src/programming/running/application-composition.md
  67. 1
      things-i-learnt/src/programming/running/command-line-options.md
  68. 1
      things-i-learnt/src/programming/running/config-file.md
  69. 1
      things-i-learnt/src/programming/running/log-events.md
  70. 1
      things-i-learnt/src/programming/running/monitoring.md
  71. 1
      things-i-learnt/src/programming/running/transparent.md
  72. 1
      things-i-learnt/src/programming/source-control.md
  73. 1
      things-i-learnt/src/programming/source-control/always-vcs.md
  74. 1
      things-i-learnt/src/programming/source-control/gerrit.md
  75. 1
      things-i-learnt/src/programming/source-control/git-flow.md
  76. 1
      things-i-learnt/src/programming/source-control/one-change-commit.md
  77. 1
      things-i-learnt/src/programming/testing.md
  78. 1
      things-i-learnt/src/programming/testing/integration-tests.md
  79. 1
      things-i-learnt/src/programming/testing/languages-tests.md
  80. 1
      things-i-learnt/src/programming/testing/tests-apis.md
  81. 1
      things-i-learnt/src/programming/testing/tests-dead-code.md
  82. 1
      things-i-learnt/src/programming/testing/tests-in-the-command-line.md
  83. 1
      things-i-learnt/src/teams/cargo-cult.md
  84. 1
      things-i-learnt/src/teams/code-formatters.md
  85. 1
      things-i-learnt/src/teams/code-reviews-style.md
  86. 1
      things-i-learnt/src/teams/code-style.md
  87. 1
      things-i-learnt/src/teams/google-code-style.md
  88. 1
      things-i-learnt/src/teams/hero-projects.md
  89. 1
      things-i-learnt/src/teams/index.md
  90. 1
      things-i-learnt/src/teams/languages-are-more.md
  91. 1
      things-i-learnt/src/teams/right-tool-agenda.md
  92. 1
      things-i-learnt/src/teams/right-tool-obvious.md
  93. 1
      things-i-learnt/src/teams/team-discussion.md

96
things-i-learnt/src/SUMMARY.md

@ -4,7 +4,95 @@
- [Disclaimer](./disclaimer.md)
- [Programming](./programming/index.md)
- [Before You Start Writing Code](./programming/before.md)
- [Spec First, Then Code](./programming/spec-first.md)
- [Write Steps as Comments](./programming/steps-as-comments.md)
- [Gherkin Is Your Friend to Understand Expectations](./programming/gherkin.md)
- [Design Patters Are Used to Name Solution, Not Find Them](./programming/patterns-not-solutions.md)
- [Spec First, Then Code](./programming/before/spec-first.md)
- [Write Steps as Comments](./programming/before/steps-as-comments.md)
- [Gherkin Is Your Friend to Understand Expectations](./programming/before/gherkin.md)
- [Design Patters Are Used to Name Solution, Not Find Them](./programming/before/patterns-not-solutions.md)
- [Thinking Data Flow Beats Patterns](./programming/before/data-flow.md)
- [The Magic Number Seven, Plus Or Minus Two](./programming/before/magical-number-seven.md)
- [Cognitive Cost Is The Readability Killer](./programming/before/cognitive-cost.md)
- [Learn The Basics of Functional Programming](./programming/before/functional-programming.md)
- [Shortcuts Are Nice, But Only In The Short Run](./programming/before/understand-shortcuts.md)
- [Debuggers Are Overrated](./programming/before/debuggers.md)
- [Think About The Users](./programming/before/users.md)
- [Testing Software](./programming/testing.md)
- [Unit Tests Are Good, Integration Tests Are Gooder](./programming/testing/integration-tests.md)
- [Testing Every Function Creates Dead Code](./programming/testing/tests-dead-code.md)
- [Tests Make Better APIs](./programming/testing/tests-apis.md)
- [Make Tests That You Know How To Run On The Command Line](./programming/testing/tests-in-the-command-line.md)
- [Good Languages Come With Tests](./programming/testing/languages-tests.md)
- [Documenting your code](./programming/documentation.md)
- [Documentation Is A Love Letter To Your Future Self](./programming/documentation/document-it.md)
- [The Function Documentation Is Its Contract](./programming/documentation/document-is-contract.md)
- [If A Function Description Includes An "And", It's Wrong](./programming/documentation/document-and.md)
- [Good Languages Come With Integrated Documentation](./programming/documentation/languages-docs.md)
- [Source Control](./programming/source-control.md)
- [Always Use A Version Control System](./programming/source-control/always-vcs.md)
- [One Commit Per Change](./programming/source-control/one-change-commit.md)
- [Gerrit Is A Mistake](./programming/source-control/gerrit.md)
- [Git-Flow Is The Way To Go](./programming/source-control/git-flow.md)
- [Project Organization](./programming/organization.md)
- [Organize Your Code by Data/Type, Not Functionality](./programming/organization/project-organization.md)
- [Create Libraries](./programming/organization/libraries.md)
- [Paper Notes Are Actually Helpful](./programming/organization/paper-notes.md)
- [Writing code](./programming/coding.md)
- [Be Ready To Throw Your Code Away](./programming/coding/throw-away.md)
- [Future Thinking Is Future Trashing](./programming/coding/future-trashing.md)
- [Don't Use Booleans As Parameters](./programming/coding/boolean-parameters.md)
- [Beware of Interface Changes](./programming/coding/interface-changes.md)
- [It's Better To Let The Application Crash Than Do Nothing](./programming/coding/crash-it.md)
- [If You Know How To Handle It, Handle It](./programming/coding/handle-it.md)
- [Types Say What Your Data Is](./programming/coding/data-types.md)
- [If Your Data Has a Schema, Use a Structure](./programming/coding/use-structures.md)
- [Don't Mess With Things Outside Your Project](./programming/coding/outside-project.md)
- [Resist The Temptation Of Easy](./programming/coding/resist-easy.md)
- [Start Stupid](./programming/coding/start-stupid.md)
- [Always Use Timezones With Your Dates](./programming/coding/use-timezones.md)
- [Always Use UTF-8 For Your Strings](./programming/coding/use-utf8.md)
- [Optimization Is For Compilers](./programming/coding/optimization.md)
- [Units Makes Things Clear](./programming/coding/units.md)
- [If It Doesn't Run On Your Computer, You Have A Problem](./programming/coding/run-locally.md)
- [Nothing More Permanent Than A Temporary Solution](./programming/coding/permanent-solution.md)
- [Making Things Go](./programming/running.md)
- [The Config File Is Friend](./programming/running/config-file.md)
- [Command Line Options Are Weird, But Helpful](./programming/running/command-line-options.md)
- [Not Just Function Composition, But Application Composition](./programming/running/application-composition.md)
- [Even for Application Composition, Start Stupid](./programming/running/app-composition-stupid.md)
- [Logs Are For Events, Not User Interface](./programming/running/log-events.md)
- [Be Transparent With The User](./programming/running/transparent.md)
- [One Version To Add, One Version To Remove](./programming/running/add-then-remove.md)
- [Learn To Monitor](./programming/running/monitoring.md)
- [Community/Teams](./teams/index.md)
- [A Language Is Much More Than A Language](./teams/languages-are-more.md)
- [Understand And Stay Away From Cargo Cult](./teams/cargo-cult.md)
- ["Right Tool For The Job" Is Just To Push An Agenda](./teams/right-tool-agenda.md)
- [The Right Tool Is More Obvious Than You Think](./teams/right-tool-obvious.md)
- [Code Reviews Are Not For Style](./teams/code-reviews-style.md)
- [Code Formatting Tools Are Ok, But No Silver Bullet](./teams/code-formatters.md)
- [Code Style: Follow It](./teams/code-style.md)
- [... Unless That Code Style Is The Google Code Style](./teams/google-code-style.md)
- [Hero Projects: You'll Have To Do It Yourself](./teams/hero-projects.md)
- [Global Changes Must Be Discussed With The Whole Team First](./teams/team-discussion.md)
- [Personal](./personal/index.md)
- [Companies Look For Specialists But Keep Generalists Longer](./personal/specialists.md)
- [Keep A List of Stupid Bugs That Took More Than 1 Hour To Solve](./personal/stupid-bugs-list.md)
- [When It's Time to Stop, It's Time To Stop](./personal/time-to-stop.md)
- [Code of Conduct Protect YOU, Not THEM](./personal/coc.md)
- [Learn To Say No](./personal/say-no.md)
- [Take Responsibility For The Use Of Your Code](./personal/responsible-code.md)
- [Don't Tell It's Done When It's Not](./personal/not-done.md)
- [People Get Upset About Code And Architecture Quality 'Cause They Care](./personal/people-care.md)
- [You'll Learn About Yourself The Hard Way](./personal/learn-about-yourself.md)
- [Pay Attention On How People React To You](./personal/watch-reactions.md)
- [Don't Confuse Hero Project With Hero Syndrome](./personal/hero-syndrome.md)
- [Beware of Toxic People](./personal/toxic-people.md)
- [Beware of Microaggressions](./personal/microaggressions.md)
- [Toxic/Aggressive People Are Not Fixable -- Unless It's You](./personal/fixable.md)
- [Realize When It's Time To Quit](./personal/quit.md)
- [I.T. World Is Really Small](./personal/small-world.md)
- [Blogging About Your Stupid Solution Is Still Better Than Being Quiet](./personal/blogging.md)
- [Don't Hide Your Stupid Solution](./personal/post-solution.md)
- [Keep A List of Things I Don't Know](./personal/things-i-dont-know.md)
- [You Always Have The Time](./personal/time.md)
- [Own Your Shit](./personal/own-your-shit.md)
- [Don't Defend Bad Code](./personal/bad-code-defense.md)

1
things-i-learnt/src/personal/bad-code-defense.md

@ -0,0 +1 @@
# Don't Defend Bad Code

1
things-i-learnt/src/personal/blogging.md

@ -0,0 +1 @@
# Blogging About Your Stupid Solution Is Still Better Than Being Quiet

1
things-i-learnt/src/personal/coc.md

@ -0,0 +1 @@
# Code of Conduct Protect YOU, Not THEM

1
things-i-learnt/src/personal/fixable.md

@ -0,0 +1 @@
# Toxic/Aggressive People Are Not Fixable -- Unless It's You

1
things-i-learnt/src/personal/hero-syndrome.md

@ -0,0 +1 @@
# Don't Confuse Hero Project With Hero Syndrome

1
things-i-learnt/src/personal/index.md

@ -0,0 +1 @@
# Personal

1
things-i-learnt/src/personal/learn-about-yourself.md

@ -0,0 +1 @@
# You'll Learn About Yourself The Hard Way

1
things-i-learnt/src/personal/microaggressions.md

@ -0,0 +1 @@
# Beware of Microaggressions

1
things-i-learnt/src/personal/not-done.md

@ -0,0 +1 @@
# Don't Tell It's Done When It's Not

1
things-i-learnt/src/personal/own-your-shit.md

@ -0,0 +1 @@
# Own Your Shit

1
things-i-learnt/src/personal/people-care.md

@ -0,0 +1 @@
# People Get Upset About Code And Architecture Quality 'Cause They Care

1
things-i-learnt/src/personal/post-solution.md

@ -0,0 +1 @@
# Don't Hide Your Stupid Solution

1
things-i-learnt/src/personal/quit.md

@ -0,0 +1 @@
# Realize When It's Time To Quit

1
things-i-learnt/src/personal/responsible-code.md

@ -0,0 +1 @@
# Take Responsibility For The Use Of Your Code

1
things-i-learnt/src/personal/say-no.md

@ -0,0 +1 @@
# Learn To Say No

1
things-i-learnt/src/personal/small-world.md

@ -0,0 +1 @@
# I.T. World Is Really Small

1
things-i-learnt/src/personal/specialists.md

@ -0,0 +1 @@
# Companies Look For Specialists But Keep Generalists Longer

1
things-i-learnt/src/personal/stupid-bugs-list.md

@ -0,0 +1 @@
# Keep A List of Stupid Bugs That Took More Than 1 Hour To Solve

1
things-i-learnt/src/personal/things-i-dont-know.md

@ -0,0 +1 @@
# Keep A List of Things I Don't Know

1
things-i-learnt/src/personal/time-to-stop.md

@ -0,0 +1 @@
# When It's Time to Stop, It's Time To Stop

1
things-i-learnt/src/personal/time.md

@ -0,0 +1 @@
# You Always Have The Time

1
things-i-learnt/src/personal/toxic-people.md

@ -0,0 +1 @@
# Beware of Toxic People

1
things-i-learnt/src/personal/watch-reactions.md

@ -0,0 +1 @@
# Pay Attention On How People React To You

1
things-i-learnt/src/programming/before/cognitive-cost.md

@ -0,0 +1 @@
# Cognitive Cost Is The Readability Killer

1
things-i-learnt/src/programming/before/data-flow.md

@ -0,0 +1 @@
# Thinking Data Flow Beats Patterns

1
things-i-learnt/src/programming/before/debuggers.md

@ -0,0 +1 @@
# Debuggers Are Overrated

1
things-i-learnt/src/programming/before/functional-programming.md

@ -0,0 +1 @@
# Learn The Basics of Functional Programming

0
things-i-learnt/src/programming/gherkin.md → things-i-learnt/src/programming/before/gherkin.md

1
things-i-learnt/src/programming/before/magical-number-seven.md

@ -0,0 +1 @@
# The Magic Number Seven, Plus Or Minus Two

0
things-i-learnt/src/programming/patterns-not-solutions.md → things-i-learnt/src/programming/before/patterns-not-solutions.md

0
things-i-learnt/src/programming/spec-first.md → things-i-learnt/src/programming/before/spec-first.md

0
things-i-learnt/src/programming/steps-as-comments.md → things-i-learnt/src/programming/before/steps-as-comments.md

1
things-i-learnt/src/programming/before/understand-shortcuts.md

@ -0,0 +1 @@
# Shortcuts Are Nice, But Only In The Short Run

1
things-i-learnt/src/programming/before/users.md

@ -0,0 +1 @@
# Think About The Users

1
things-i-learnt/src/programming/coding.md

@ -0,0 +1 @@
# Writing code

1
things-i-learnt/src/programming/coding/boolean-parameters.md

@ -0,0 +1 @@
# Don't Use Booleans As Parameters

1
things-i-learnt/src/programming/coding/crash-it.md

@ -0,0 +1 @@
# It's Better To Let The Application Crash Than Do Nothing

1
things-i-learnt/src/programming/coding/data-types.md

@ -0,0 +1 @@
# Types Say What Your Data Is

1
things-i-learnt/src/programming/coding/future-trashing.md

@ -0,0 +1 @@
# Future Thinking Is Future Trashing

1
things-i-learnt/src/programming/coding/handle-it.md

@ -0,0 +1 @@
# If You Know How To Handle It, Handle It

1
things-i-learnt/src/programming/coding/interface-changes.md

@ -0,0 +1 @@
# Beware of Interface Changes

1
things-i-learnt/src/programming/coding/optimization.md

@ -0,0 +1 @@
# Optimization Is For Compilers

1
things-i-learnt/src/programming/coding/outside-project.md

@ -0,0 +1 @@
# Don't Mess With Things Outside Your Project

1
things-i-learnt/src/programming/coding/permanent-solution.md

@ -0,0 +1 @@
# Nothing More Permanent Than A Temporary Solution

1
things-i-learnt/src/programming/coding/resist-easy.md

@ -0,0 +1 @@
# Resist The Temptation Of Easy

1
things-i-learnt/src/programming/coding/run-locally.md

@ -0,0 +1 @@
# If It Doesn't Run On Your Computer, You Have A Problem

1
things-i-learnt/src/programming/coding/start-stupid.md

@ -0,0 +1 @@
# Start Stupid

1
things-i-learnt/src/programming/coding/throw-away.md

@ -0,0 +1 @@
# Be Ready To Throw Your Code Away

1
things-i-learnt/src/programming/coding/units.md

@ -0,0 +1 @@
# Units Makes Things Clear

1
things-i-learnt/src/programming/coding/use-structures.md

@ -0,0 +1 @@
# If Your Data Has a Schema, Use a Structure

1
things-i-learnt/src/programming/coding/use-timezones.md

@ -0,0 +1 @@
# Always Use Timezones With Your Dates

1
things-i-learnt/src/programming/coding/use-utf8.md

@ -0,0 +1 @@
# Always Use UTF-8 For Your Strings

1
things-i-learnt/src/programming/documentation.md

@ -0,0 +1 @@
# Documenting your code

1
things-i-learnt/src/programming/documentation/document-and.md

@ -0,0 +1 @@
# If A Function Description Includes An "And", It's Wrong

1
things-i-learnt/src/programming/documentation/document-is-contract.md

@ -0,0 +1 @@
# The Function Documentation Is Its Contract

1
things-i-learnt/src/programming/documentation/document-it.md

@ -0,0 +1 @@
# Documentation Is A Love Letter To Your Future Self

1
things-i-learnt/src/programming/documentation/languages-docs.md

@ -0,0 +1 @@
# Good Languages Come With Integrated Documentation

1
things-i-learnt/src/programming/organization.md

@ -0,0 +1 @@
# Project Organization

1
things-i-learnt/src/programming/organization/libraries.md

@ -0,0 +1 @@
# Create Libraries

1
things-i-learnt/src/programming/organization/paper-notes.md

@ -0,0 +1 @@
# Paper Notes Are Actually Helpful

1
things-i-learnt/src/programming/organization/project-organization.md

@ -0,0 +1 @@
# Organize Your Code by Data/Type, Not Functionality

1
things-i-learnt/src/programming/running.md

@ -0,0 +1 @@
# Making Things Go

1
things-i-learnt/src/programming/running/add-then-remove.md

@ -0,0 +1 @@
# One Version To Add, One Version To Remove

1
things-i-learnt/src/programming/running/app-composition-stupid.md

@ -0,0 +1 @@
# Even for Application Composition, Start Stupid

1
things-i-learnt/src/programming/running/application-composition.md

@ -0,0 +1 @@
# Not Just Function Composition, But Application Composition

1
things-i-learnt/src/programming/running/command-line-options.md

@ -0,0 +1 @@
# Command Line Options Are Weird, But Helpful

1
things-i-learnt/src/programming/running/config-file.md

@ -0,0 +1 @@
# The Config File Is Friend

1
things-i-learnt/src/programming/running/log-events.md

@ -0,0 +1 @@
# Logs Are For Events, Not User Interface

1
things-i-learnt/src/programming/running/monitoring.md

@ -0,0 +1 @@
# Learn To Monitor

1
things-i-learnt/src/programming/running/transparent.md

@ -0,0 +1 @@
# Be Transparent With The User

1
things-i-learnt/src/programming/source-control.md

@ -0,0 +1 @@
# Source Control

1
things-i-learnt/src/programming/source-control/always-vcs.md

@ -0,0 +1 @@
# Always Use A Version Control System

1
things-i-learnt/src/programming/source-control/gerrit.md

@ -0,0 +1 @@
# Gerrit Is A Mistake

1
things-i-learnt/src/programming/source-control/git-flow.md

@ -0,0 +1 @@
# Git-Flow Is The Way To Go

1
things-i-learnt/src/programming/source-control/one-change-commit.md

@ -0,0 +1 @@
# One Commit Per Change

1
things-i-learnt/src/programming/testing.md

@ -0,0 +1 @@
# Testing Software

1
things-i-learnt/src/programming/testing/integration-tests.md

@ -0,0 +1 @@
# Unit Tests Are Good, Integration Tests Are Gooder

1
things-i-learnt/src/programming/testing/languages-tests.md

@ -0,0 +1 @@
# Good Languages Come With Tests

1
things-i-learnt/src/programming/testing/tests-apis.md

@ -0,0 +1 @@
# Tests Make Better APIs

1
things-i-learnt/src/programming/testing/tests-dead-code.md

@ -0,0 +1 @@
# Testing Every Function Creates Dead Code

1
things-i-learnt/src/programming/testing/tests-in-the-command-line.md

@ -0,0 +1 @@
# Make Tests That You Know How To Run On The Command Line

1
things-i-learnt/src/teams/cargo-cult.md

@ -0,0 +1 @@
# Understand And Stay Away From Cargo Cult

1
things-i-learnt/src/teams/code-formatters.md

@ -0,0 +1 @@
# Code Formatting Tools Are Ok, But No Silver Bullet

1
things-i-learnt/src/teams/code-reviews-style.md

@ -0,0 +1 @@
# Code Reviews Are Not For Style

1
things-i-learnt/src/teams/code-style.md

@ -0,0 +1 @@
# Code Style: Follow It

1
things-i-learnt/src/teams/google-code-style.md

@ -0,0 +1 @@
# ... Unless That Code Style Is The Google Code Style

1
things-i-learnt/src/teams/hero-projects.md

@ -0,0 +1 @@
# Hero Projects: You'll Have To Do It Yourself

1
things-i-learnt/src/teams/index.md

@ -0,0 +1 @@
# Community/Teams

1
things-i-learnt/src/teams/languages-are-more.md

@ -0,0 +1 @@
# A Language Is Much More Than A Language

1
things-i-learnt/src/teams/right-tool-agenda.md

@ -0,0 +1 @@
# "Right Tool For The Job" Is Just To Push An Agenda

1
things-i-learnt/src/teams/right-tool-obvious.md

@ -0,0 +1 @@
# The Right Tool Is More Obvious Than You Think

1
things-i-learnt/src/teams/team-discussion.md

@ -0,0 +1 @@
# Global Changes Must Be Discussed With The Whole Team First
Loading…
Cancel
Save