
Feb. 22, 2020
6:31 a.m.
On Feb 21, 2020, at 19:22, David Mertz <mertz@gnosis.cx> wrote:
Of course, those functions *could* do something more than identity if they wanted to.
And the nice thing is that if you only later need to make it do something, there’s no refactoring needed—just `SQL=lru_cache(conn.compile)` or whatever and you’re done.