[DiscordArchive] Why the hell does it even access stuff in a non read-only way?
[DiscordArchive] Why the hell does it even access stuff in a non read-only way?
Archived author: Skarn • Posted: 2019-08-25T15:56:44.398000+00:00
Original source
Why the hell does it even access stuff in a non read-only way?
Archived author: MaxtorCoder • Posted: 2019-08-25T16:03:28.874000+00:00
Original source
Because code!!
Archived author: MaxtorCoder • Posted: 2019-08-25T16:03:31.363000+00:00
Original source
<:poggies:438440933252661270>
Archived author: Skarn • Posted: 2019-08-25T16:04:52.574000+00:00
Original source
Also non object-oriented API is a terrible idea. Passing pointers to shit as function arguments feels weird
Archived author: MaxtorCoder • Posted: 2019-08-25T16:11:52.837000+00:00
Original source
<:thonk:406373764209573906> <:thonk:406373764209573906> <:thonk:406373764209573906>
Archived author: MaxtorCoder • Posted: 2019-08-25T16:11:57.580000+00:00
Original source
How so.
Archived author: Skarn • Posted: 2019-08-25T16:13:48.120000+00:00
Original source
because you need to store the internal object that you basically don't need somewhere externally which makes using the lib more difficult
Archived author: MaxtorCoder • Posted: 2019-08-25T16:14:40.735000+00:00
Original source
Hmm true
Archived author: schlumpf • Posted: 2019-08-25T16:16:07.260000+00:00
Original source
Then again that’s just a handle and It doesn’t really make a difference if you call a method on a handle or pass a handle to a function
Archived author: schlumpf • Posted: 2019-08-25T16:16:29.725000+00:00
Original source
But I agree, some people are stuck in C style thinking, sadly