Browse Source

Merge branch 'hotfix/20190613.4'

master 20190613.4
Julio Biason 5 years ago
parent
commit
40cbd0ca6b
  1. 5
      content/thoughts/things-i-learnt-the-hard-way.md

5
content/thoughts/things-i-learnt-the-hard-way.md

@ -610,7 +610,10 @@ worth knowing." -- Alan Perlis
For a long time, I kept a simple programming rule: The language I'm playing at For a long time, I kept a simple programming rule: The language I'm playing at
home should not be the same language I'm using at work. This allowed me to home should not be the same language I'm using at work. This allowed me to
learn new things that later I applied in the work codebase learn new things that later I applied in the work codebase.
I learnt how generics work in Java by writing Rust code; I understood how
Spring does dependency injection by reading how to do it in C++.
### Think of the users ### Think of the users

Loading…
Cancel
Save