General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Wiczus
ThePrimeTime
comments
Comments by "Wiczus" (@wiczus6102) on "Don't Write Comments | Prime Reacts" video.
More often then not there are multiple ways to understand what function is doing, a comment should clarify that. For instance GetDescendantsOfType<> should have a comment telling you 1. whether this is recursive 2. which types are okay. 3. What is the stop condition? Is there a situation where you don't want the recursion to continue? You don't want to sift through the code just to find these things out.
1