mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update syntax-frozen-tables.md
This commit is contained in:
parent
b3ff154202
commit
b50bd64ebb
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ TableUtils.join(
|
|||
)
|
||||
```
|
||||
|
||||
This leaves the feature in an awkward place, where it provides great theoretical benefits, but is impractical to express without using undesirable language features.
|
||||
Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage. This inexpressibility is a serious cost.
|
||||
This leaves the feature in an awkward place, where it provides great theoretical benefits, but is much more verbose to express.
|
||||
|
||||
Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage.
|
||||
|
||||
## Design
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue