Beginner terms
YAGNI
PHP 5.0+
2
You Aren't Gonna Need It — don't implement functionality until it's actually required.
3mo ago
quality beginner
Yoda Conditions
PHP 5.0+
Writing comparisons with the constant on the left (42 === $x) to prevent accidental assignment — largely obsolete with modern tooling.
3mo ago
style beginner