This really elegant: GitHub is parsing Python code so it can tell you which functions changed in a commit! https://twitter.com/Abt_Benjamin/status/903349764921729025
Related Posts
It's weird that GitHub shows time since the last commit, but not time since the first commit. It's a nice way of seeing how mature a project is.
Go has an elegant approach to defining example functions, which are shown in docs as `main()` with the output: https://go.dev/blog/examples
Over a sufficiently long time horizon, all code you write is legacy code.