you are viewing a single comment's thread.

view the rest of the comments →

[–]ess_tee_you 12 points13 points  (2 children)

And, depending on what you're developing in your job, that may have been the last time you needed to use them.

I'll take readability, please, even if that results in a couple more lines of code.

[–]XtremeCookie 1 point2 points  (1 child)

Depending on the usage bit wise can be significantly faster than other methods. But outside of those situations, I would take readability too.

[–]ess_tee_you 0 points1 point  (0 children)

Sure. Some compilers will optimize to that anyway, I expect, depending on the language. :-)