@dbackeus@_swanson I agree with that: when there is such duplication, i wonder what is different between these 3 calls that necessitate repetition. If you assign a scope variable you make sure the reader of your code knows where the difference is exactly, without having to squint
@fxn Woah thank you! 20 years ago it happened to me to! At table tennis, it affects me when playing tennis too. But it always come back after warm-up.
It happened suddenly after a weekend of intense playing, I never understood why...
@solnic29a I feel crippled when not using vim, half of my thinking goes to not using my vim bindings. Never tried long enough to feel comfortable, but I guess it would vanish eventually...
@eltibouron I think that there are new fishes every day once you have enough of them, not sure this optimization would be worth.
For better performance it helped me to categorize fishes to group the ones sharing the same properties instead of taking them individually
@christoomey@_bikeshed That was pretty interesting, both the bikeshed and your writeup. I was wondering why you didn't intercept POST (and PUT, PATCH) directly before it reaches your business logic? I feel like it could be done in the application controller for instance
@_bikeshed What would you think about having something that run after DB creation in the test environment:
retrieve all materialized views and their definition, drop them, and create views with the same
names and definitions?
@_bikeshed Hey, good episode, as usual!
We deal with Materialized Views at work too, and they can be a pain during tests.
Your thoughts made me think about how to solve it, having views instead of materialized views could
make sense.
@tailwindcss Finally a css framework that allows me to almost predict the end result from source files. Thanks for keeping me sane when doing some frontend :)
"Ola Bini, a Swedish security researcher, is being detained in that country under unsubstantiated accusations, based on an overbroad reading of the countryโs cybercrime law." @EFF#FreeOlaBini@olabini https://t.co/pvXE9oaV5x
@kief@martinfowler What I like in Pull Requests is the fact that people know they will be reviewed and tend to produce better code. Might not be the only way to achieve that though...