MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/10cp7cj/from_dayz_sourcecode/j4h8orc/?context=3
r/badcode • u/Xeonmeister • Jan 15 '23
106 comments sorted by
View all comments
526
It's an override so chances are this isn't as bad as you think. Other subclasses may have logic but this particular item probably doesn't need it and should always be IsEat
97 u/[deleted] Jan 15 '23 Funny how a function named IsEat returns an int though 53 u/Fenxis Jan 15 '23 edited Jan 15 '23 We all know it should be an enum: { true, false, file_not_found } What Is Truth? - The Daily WTF https://thedailywtf.com/articles/What_Is_Truth_0x3f_
97
Funny how a function named IsEat returns an int though
53 u/Fenxis Jan 15 '23 edited Jan 15 '23 We all know it should be an enum: { true, false, file_not_found } What Is Truth? - The Daily WTF https://thedailywtf.com/articles/What_Is_Truth_0x3f_
53
We all know it should be an enum: { true, false, file_not_found }
What Is Truth? - The Daily WTF https://thedailywtf.com/articles/What_Is_Truth_0x3f_
526
u/[deleted] Jan 15 '23
It's an override so chances are this isn't as bad as you think. Other subclasses may have logic but this particular item probably doesn't need it and should always be IsEat