Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change description of underscore-only variables (JuliaLang#45964)
* Change description of underscore-only variables Spawned by https://discourse.julialang.org/t/class-of-variables/83892 The rvalue/lvalue description does not seem benefitial. It confuse programmers that are not programming language nerds (it is a cool concept to learn, but this does not seem the place to learn it), and even programming language nerds may object. I for example, find kinda of a stretch to call `___` a lvalue because the linked wikipedia page says: > An l-value refers to an object that persists beyond a single expression. An r-value is a temporary value that does not persist beyond the expression that uses it.[3] Considering this description, the `___` matches more a rvalue than an lvalue (even if it is semantically a location and appear always in the left-hand side of an assignment).
- Loading branch information