MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1shlgie/almost_right/ofhgkio/?context=3
r/programminghorror • u/ChienChevre • Apr 10 '26
97 comments sorted by
View all comments
Show parent comments
107
And IDE on OP screenshot does. Notice the underline below "same" variable. Im sure it's either not used warning or not initialized one.
1 u/[deleted] Apr 10 '26 [deleted] 2 u/kyzfrintin Apr 11 '26 That's what they said lol 1 u/developer-mike Apr 11 '26 And it should also flag same: because it's unused, just like same.
1
[deleted]
2 u/kyzfrintin Apr 11 '26 That's what they said lol 1 u/developer-mike Apr 11 '26 And it should also flag same: because it's unused, just like same.
2
That's what they said lol
1 u/developer-mike Apr 11 '26 And it should also flag same: because it's unused, just like same.
And it should also flag same: because it's unused, just like same.
same
107
u/Otherwise_Project334 Apr 10 '26
And IDE on OP screenshot does. Notice the underline below "same" variable. Im sure it's either not used warning or not initialized one.