An interesting description of the Expression Problem - a concept I haven't even heard earlier.
I bumped into this one when trying to figure out how an API client could look like in Go if the response is an OpenAPI variant type. I find it very relatable because ever since Python 3.12 I started overusing match/case and ended up rewriting some places to OO style with interfaces.