In your command-line run the following commands:
brew doctorbrew update
| package main | |
| import "fmt" | |
| func addName(name string, callback func(string)) { | |
| callback(name) | |
| } | |
| func main() { | |
| addName("lamar", func(nm string) { |
In your command-line run the following commands:
brew doctorbrew update| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
| // and then it quickly escalated into more and more evil suggestions. | |
| // I've tried to capture interesting suggestions here. | |
| // | |
| // Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
| // @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |