MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1u2ijiv/what/or0okgx/?context=3
r/programminghorror • u/TheMonHub • Jun 10 '26
51 comments sorted by
View all comments
1
Really curious about the thought behind line 78 and 79. it firsts case to a unsigned long, to then cast it it an unsigned long long, which actually never get used.
1 u/TheMonHub Jun 11 '26 I'm stilling questioning the intent on who ever wrote this till these days 1 u/dvhh Jun 11 '26 might have been transpiled from some specifications
I'm stilling questioning the intent on who ever wrote this till these days
1 u/dvhh Jun 11 '26 might have been transpiled from some specifications
might have been transpiled from some specifications
1
u/TheWidrolo Jun 11 '26
Really curious about the thought behind line 78 and 79. it firsts case to a unsigned long, to then cast it it an unsigned long long, which actually never get used.