you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (1 child)

I think this is accurate on a larger scale, but I'll often do things like breaking up a large chain of methods with an interim variable just for readability. A few lines of simple math is better than one line of bit shifting wizardry that does the same thing but doesn't show the semantic meaning of the operation.

  • source
  • parent
  • hideshow 2 child comments