Variable Naming Rules and Conventions
- Q290: What variable names are banned in EK9?
- Q291: Why does the compiler reject my variable name?
- Q292: What are the naming conventions for variables in EK9?
- Q293: What are the naming conventions for types in EK9?
- Q294: What are the naming conventions for functions in EK9?
- Q295: Can I use single-letter variable names in EK9?
- Q296: Why does EK9 ban common names that every other language allows?
- Q297: What should I name my variable instead of temp or data?
- Q906: What should I use instead of banned variable names in EK9?
- Q920: What is the complete list of banned variable names in EK9?
- Q921: Are EK9 banned names the same as Java reserved keywords?
- Q922: Why does my EK9 code fail with E11031 when I use 'data' as a variable name?
- Q923: What variable names ARE allowed in EK9 despite the naming rules?
- Q924: How do I name function parameters without using banned names?
- Q925: How do I name class fields without triggering E11031?
- Q926: Which of these names would be rejected by the EK9 compiler?
- Q927: What naming mistakes do AI assistants commonly make in EK9?