Terms starting with "Y"
YAGNI PHP 5.0+
You Aren't Gonna Need It — don't implement functionality until it's actually required.
2mo 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.
2mo ago
style beginner