Picking Good Variable Names When You are Programming

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 4

  • @matusalemdamarin4060
    @matusalemdamarin4060 6 місяців тому

    estou tateando na programação mas sou professor de Filosofia aqui no Brasil e o seu ponto no vídeo é de grande importância para a organização do estudante ou do trabalhador na área. Muito boa sua observação!

    • @wizardcraftcode
      @wizardcraftcode  6 місяців тому

      Thank you! Learning to program IS easier if you pay attention to names of things. That's one of the things I try to teach my students really early on. Good luck with your programming adventures!

  • @Coder.tahsin
    @Coder.tahsin 7 місяців тому

    The creator of Kubernetes once said "The hardest thing in computer science is Naming" 😂

    • @wizardcraftcode
      @wizardcraftcode  7 місяців тому

      There are a zillion funny riffs on that, too. Here's my favorite:
      There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.
      -- Leon Bambrick