У нас вы можете посмотреть бесплатно Picking Good Variable Names When You are Programming или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
When you are coding, naming things is a surprisingly challenging and important skill! It can have a big impact on the readability of your code which affects things like how long it takes to write, how long it takes to debug problems, and how long it takes someone else to understand your code. #programming #softwareengineering In this video I'll walk you through: Why naming matters Strategies for picking good names Examples to help you see the impact names can have TIMESTAMPS 0:00 Intro 0:30 Name a variable by what it holds - not its type or where you got the data from 1:00 How long should a name be? 3:36 Names for things you compute like averages and counts 5:15 Pitfalls to avoid 6:10 Naming specific types of variables: loop variables, status variables, and temporary variables 8:13 Hungarian Notation 9:00 Why you should avoid uncommon abbreviations 9:40 Designing naming conventions for your team ABOUT MY CHANNEL My channel is about good software engineering practices. We cover introductions to programming in C and Java. But I also have lots of software and computer engineering topics like PIC programming, advanced programming techniques, and things that distinguish good code from code that works. Check out our channel here: / @wizardcraftcode Don’t forget to subscribe! CHECK OUT MY OTHER VIDEOS: C Programming Playlist: • Coding in C Intro to Java Playlist: • Introduction to Java Programming based on ...