Elegant Pharo Code: https://medium.com/@svenvc/elegant-pharo-code-bb590f0856d0 -- I was once asked to work out decimal digit lengths of factorials in an interview.
Related Posts
Over a sufficiently long time horizon, all code you write is legacy code.
Go has an elegant approach to defining example functions, which are shown in docs as `main()` with the output: https://go.dev/blog/examples
I'm intrigued to see that Google has quantified that new code is generally buggier and less secure than code that has existed in your codebase for longer: https://security.googleblog.com/2024/09/eliminating-memory-safety-vulnerabilities-Android.html