Browse Source

Merge tag '20190613.4' into preview

20190613.4
master
Julio Biason 5 years ago
parent
commit
978755a3fe
  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
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

Loading…
Cancel
Save