Premature optimization is the root of all evil
The act of optimizing non-critical parts of a program, hindering overall efficiency for the sake of finding the best solution. Oftentimes requires a refactor, as the optimized code is difficult to modify.