DEV Community

Discussion on: Using Bitwise Operators: Why Waste Space Use Many Bits When Few Bits Do Trick?

Collapse
 
loki profile image
Loki Le DEV

Great tutorial!
Coming from embedded systems I've studied this first even before learning to code. And it has been really useful since. I feel that all developers should be comfortable with binary notation and bit manipulations, not a master but at least understand the principles.
Most of the time after doing several projects you learn it naturally anyways.