does anyone actually optimize their software or are they just not allowed to anymore
@lyncia
I've worked at a number of modern JavaScript shops now. You'll get the occasional insufferable nerd who argues performance to win the for/forEach argument, but for practical purposes nobody understands performance enough to optimize even if they cared.
Besides, half of everything gets transpiled to es5 so even if you do write good code, if you used a feature less than 20 years old it'll get polyfilled into slop.
the concept of not optimizing is so foreign to me because most of the programming ive ever done was within set resource restraints and limitations, so I had to be creative and looking for bytes to save