How to Comment Your Code! (C# vs Python)

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 13

  • @TheJobCompany
    @TheJobCompany 5 лет назад +9

    8:05 - just use 'pass'!

  • @lambsauce5445
    @lambsauce5445 3 года назад

    True Madlad. Makes a 15 minute video on COMMENTS which technically isn't even code.

  • @MikaTheAboveAverageDog
    @MikaTheAboveAverageDog 5 лет назад

    thank you for making such a unique and informative collection of videos, these are fantastic.

  • @kubixxx1
    @kubixxx1 5 лет назад

    OMG dude you are going in today with the uploads!! I love it!!

  • @TheBobakanoosh
    @TheBobakanoosh 5 лет назад +2

    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.

  • @Skjoldmc
    @Skjoldmc 5 лет назад +9

    Does this count as commenting?

    • @sixdsix5028
      @sixdsix5028 5 лет назад

      //No, but this does. You need to remember the forward slashes. :)

    • @Skjoldmc
      @Skjoldmc 5 лет назад

      @@sixdsix5028 /* what about this one */

  • @shane6377
    @shane6377 5 лет назад

    will you do a video on object-oriented programming?

  • @yorfz798
    @yorfz798 4 года назад

    13:48 -
    Me: sees html in c#
    Still me: tf

  • @uliveulearnandregret
    @uliveulearnandregret 5 лет назад

    hey talks about the lasts step at 6 minutes for lined commenting video is another 10 minutes long

  • @SaurabhSingh-sf5bo
    @SaurabhSingh-sf5bo 4 года назад

    Nice

  • @mkDaniel
    @mkDaniel 4 года назад

    I do not comment at all.