Vordimous@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agoComenting codelemmy.mlimagemessage-square29fedilinkarrow-up163arrow-down10
arrow-up163arrow-down1imageComenting codelemmy.mlVordimous@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square29fedilink
minus-squareessteeyou@lemmy.worldlinkfedilinkarrow-up11·edit-22 months ago/** * Gets the user **/ fun getUser() { return this.user; }
minus-squaresome_guy@lemmy.sdf.orglinkfedilinkarrow-up3·2 months agoI’m sorry, I don’t think I understand what’s happening here…
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up0·edit-22 months agoOkay now I get the joke. I hate these kind of people. By the way, your ``` both need to be on their own, separate line
minus-squareessteeyou@lemmy.worldlinkfedilinkarrow-up1·2 months agoIt renders correctly in my client (Sync), what are you using? I’ll edit it anyway.
/** * Gets the user **/ fun getUser() { return this.user; }
I’m sorry, I don’t think I understand what’s happening here…
Let me find the sequence diagram…
Okay now I get the joke.
I hate these kind of people.
By the way, your ``` both need to be on their own, separate line
It renders correctly in my client (Sync), what are you using? I’ll edit it anyway.