[DiscordArchive] <@!109652764488892416> did you suggest nodiscard because of ```if (!creature->isVendorWithIconSpeak(
[DiscordArchive] <@!109652764488892416> did you suggest nodiscard because of ```if (!creature->isVendorWithIconSpeak(
Archived author: Claudiodfc • Posted: 2021-06-10T13:40:36.781000+00:00
Original source
<@!109652764488892416> did you suggest nodiscard because of ```if (!creature->isVendorWithIconSpeak())``` ?
Archived author: Claudiodfc • Posted: 2021-06-10T13:41:04.222000+00:00
Original source
I don't really understand what does a discarded return value really means
Archived author: Roboto • Posted: 2021-06-10T13:42:47.561000+00:00
Original source
If I remember correctly, the compiler gives you a warning if you call a nodiscard function and don't use the value it returns
Archived author: Shin • Posted: 2021-06-10T13:46:49.130000+00:00
Original source
<@!402557126544982050> precisely this, so if a method returns a value and creates no side effect, it is never supposed to be used when ignoring its result
Archived author: Claudiodfc • Posted: 2021-06-10T13:47:35.933000+00:00
Original source
ok i get it thanks
Archived author: Claudiodfc • Posted: 2021-06-10T15:02:58.948000+00:00
Original source
is there any documentation the `ObjectGuid` that was recently implemented? that class looks freaky af
Archived author: Claudiodfc • Posted: 2021-06-10T15:03:15.005000+00:00
Original source
didn't expect less from TC code
Archived author: Claudiodfc • Posted: 2021-06-10T15:03:24.515000+00:00
Original source
only readable by hardcore devs
Archived author: Claudiodfc • Posted: 2021-06-10T15:03:54.554000+00:00
Original source
this shit has so much abstraction on top of abstraction
Archived author: sijink • Posted: 2021-06-10T15:06:19.762000+00:00
Original source
don't think there is