|
|
|
|
|
by ramblerman
1296 days ago
|
|
The term doesn't come from people calling themselves 10x engineers. It was from a study that showed vast differences in performance across software engineers, up to 10x. The study has been criticized somewhat since then but I think the critics miss the point. Regardless if it is 2x or 10x, or somewhere in between, these differences do exist. |
|
For example, we had slow query performance in Postgres. I (a 1x engineer) couldn't optimise the query, so I suggested building out a caching layer, with an estimate of 2-3 weeks. My colleague (a 10x engineer) used a window function that took about an hour.
Perhaps from their perspective, I'm a -10x engineer.