can someone review my comments?
im worried about this code the most since it doesnt sound right to me
is
the instance of the example class if not what is the instance?
the instance of the example class if not what is the instance?
9 Replies
What doesn't sound right?
When you pass
exampleInstance
to useExample
you're using the instance of the Example
class.so would you say theses comments are correct?
@hour btw ty for your responce!
Yeah they are correct in explaining what the code does
ty buddy thanks for your reassurance !
You could use
Documentation Comments
to improve themUnknown User•3mo ago
Message Not Public
Sign In & Join Server To View
I assumed this
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
What the comments say is correct
However, the comments themselves are useless