▲ | chipsrafferty 4 days ago | |
IBO premature optimization is normally one of two things: 1. Any optimization in a typical web development file where the process is not expected to be particularly complex. Usually a good developer will not write something very inefficient and usually bottlenecks come from other areas 2. Doing stuff like replacing a forEach with a for loop to be 0.5% faster |