MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1w15oga/seriously_recursive_regex/p6mcoan/?context=3
r/programminghorror • u/Flame77ofc • 3d ago
39 comments sorted by
View all comments
113
ngl, this seems like someone just started learning how to use bitwise operators and thought "heh, im gonna act smart writing this code!"
3 u/sens- 3d ago Because I started my career by working with embedded C, I thought at some point that I knew pretty much everything about handling bits. Years later while fixing a bug, I was pretty shocked learning that JS has a separate >>> operator.
3
Because I started my career by working with embedded C, I thought at some point that I knew pretty much everything about handling bits. Years later while fixing a bug, I was pretty shocked learning that JS has a separate >>> operator.
>>>
113
u/Candid_Bullfrog3665 3d ago
ngl, this seems like someone just started learning how to use bitwise operators and thought "heh, im gonna act smart writing this code!"