filmov
tv
Avoid bad variable names in programming

Показать описание
How do you write code with less bugs and errors? How do you make your code more readable and easier to maintain? Well, one crucial part of the answer is choosing good variable names.
Note: There is one more programming error hidden in this video. Can you find it? (scroll down for answer)
E=mc^2 is incorrect, it should be E=m*c^2 (or E=m*c**2 depending on what programming language you're using). If you happen to have a variable named mc, this bug might be really tricky to find.
Note: There is one more programming error hidden in this video. Can you find it? (scroll down for answer)
E=mc^2 is incorrect, it should be E=m*c^2 (or E=m*c**2 depending on what programming language you're using). If you happen to have a variable named mc, this bug might be really tricky to find.
Avoid bad variable names in programming
Naming Things in Code
Variable Naming MISTAKES that Hold Beginners Back
Avoid bad variable names in programming Javascript
'id' is a bad variable name in Python
Golang is wrong with variable names!
Rule #21 - Avoid type or scope definitions in variable names
How to avoid variable name errors in Python #shorts
Python :'id' is a bad variable name in Python(5solution)
'id' is a bad variable name in Python
Mastering Python Variable Names: Dos and Don'ts
Rule #5 - Use meaningful variable names
'id' is a bad variable name in Python
Learn C++ Programming | Variable Names Good vs. Bad
I Hate Your Variable Names
Felienne Hermans: How patterns in variable names can make code easier to read
Why are variable names so important??? #javascript
Correct Way To Name A Variable in Programming| Python | Clean Code Principles | Part 1 Variables
Picking Good Variable Names When You are Programming
CppCon 2019: Kate Gregory “Naming is Hard: Let's Do Better”
Chapter 11 : The Power of Variable Names
Best Practices Of Clean Code, Variable Naming
Top 10 Programming Pitfalls | Bad Habits to Avoid
What's the meaning of underscores (_ & __) in Python variable names?
Комментарии