← Back to context

Comment by sph

6 days ago

Human knowledge is abstraction piled upon abstraction.

For the AI lovers, human brains run natural compression algorithms to maintain the context window small, which allows us to abstract further. The problem with

  err := function()
  if err != nil {
    return err
  }

in Go is that is such a common pattern it goes against our natural drive to simplify it so we are able to view more of the program.