DEV Community

Discussion on: June 16th, 2022: What did you learn this week?

Collapse
 
snikhill profile image
Nikkhiel Seath

I was going to optimise a piece of code and learnt to never optimise per-maturely.

Always make sure that you keep context in mind when optimising.
O(n) + O(n) where n is just 10 is alright and won't make much of difference if you spend time and make the heuristic O(n).

I am just curious to know, @nickytonline what are you learning these days?

Collapse
 
nickytonline profile image
Nick Taylor

It's True - Dwight Shrute

For myself, I'm learning Affinity Designer.