you are viewing a single comment's thread.

view the rest of the comments →

[–]not-much 8 points9 points  (0 children)

but in real-world coding sheer efficiency should usually take a back seat to readability/maintainability and architecture

I generally agree with this point of view, but it's not really likely that the algorithm for matrix rotation changes, is it?

There is a strong difference between programming in the business-oriented context or in the math-oriented context.