Not gonna lie, writing code in various ways can be more efficient processing time wise, but often at the cost of complexity, or readability or time to code it.
As phones have gotten faster, and depending on what I’m working on, I’ll often take the easier to code and read route than the absolutely best optimized route.
Although there are definitely times you still need to optimize
Not gonna lie, writing code in various ways can be more efficient processing time wise, but often at the cost of complexity, or readability or time to code it.
As phones have gotten faster, and depending on what I’m working on, I’ll often take the easier to code and read route than the absolutely best optimized route.
Although there are definitely times you still need to optimize
deleted by creator
Are those frameworks so poorly written they can’t be optimized then? That’d have a pretty substantial impact if widely adopted.
deleted by creator
Ah gotcha. They’re just inherently less performant in some/many cases but that provides a benefit in some other way.