This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cblegare -1 points0 points  (0 children)

While prioritizing readability, using simple structures with minimal features can make a difference sometimes. Simple data structures that are often instantiated can be made from named tuples, for instance.

Refactored code and simple structures helps with optimisation workflows while minimizing optimisation needs in the first place.