Remix.run Logo
justacatbot 3 hours ago

Rule 2 is the one that keeps biting me. You can spend days micro-optimizing functions only to realize the real bottleneck was storing data in a map when you needed a sorted list. The structure of the data almost always determines the structure of the code.

ummonk 3 hours ago | parent [-]

That's Rule 5 no?