jefflembeck’s avatarjefflembeck’s Twitter Archive—№ 22,233

  1. …in reply to @BenedekGagyi
    BenedekGagyi I wasn’t necessarily inviting a debate about codebase practices, but hey it’s twitter so here we are. I consider “avoid premature optimization” to be a thing I avoid optimizing for. I tend to let abstractions find themselves, really. BUT, when every project I work on has a ...
    1. …in reply to @jefflembeck
      BenedekGagyi ... pattern that I keep seeing, I add it from the start. This is along the lines of choosing a helper library or a framework for me. A consistent pattern for me is “sync thing turns async and I prefer lazy evaluation”. So here’s where I land.
      1. …in reply to @jefflembeck
        BenedekGagyi There might be a simpler way to convey this need, but eventual values find their way into my code quickly, as I like to think about data as a directed graph.