Imo you're misusing comments. Your functions and variable names should be named in such a way that they are self-documenting. If there's no possible name to give a method or a variable that describes it, then make a comment. For example, instead of naming the function RetOne, just name it AddOneToInput.
8:05 - just use 'pass'!
True Madlad. Makes a 15 minute video on COMMENTS which technically isn't even code.
thank you for making such a unique and informative collection of videos, these are fantastic.
OMG dude you are going in today with the uploads!! I love it!!
Imo you're misusing comments. Your functions and variable names should be named in such a way that they are self-documenting. If there's no possible name to give a method or a variable that describes it, then make a comment. For example, instead of naming the function RetOne, just name it AddOneToInput.
Does this count as commenting?
//No, but this does. You need to remember the forward slashes. :)
@@sixdsix5028 /* what about this one */
will you do a video on object-oriented programming?
13:48 -
Me: sees html in c#
Still me: tf
hey talks about the lasts step at 6 minutes for lined commenting video is another 10 minutes long
Nice
I do not comment at all.