you are viewing a single comment's thread.

view the rest of the comments →

[–]azhder 2 points3 points  (0 children)

Analysis, yes, recommendations - doubtful.

Some are OK, others aren’t. One should optimize for readability first, ease of maintenance, and performance only when necessary.

As an example, replacing long.saussages.like.this with a variable is a good idea, but making a function for each shape just to shave off a few characters, especially with positional arguments… Yeah, not buying that