mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
it->behavior
This commit is contained in:
parent
266e44df4b
commit
9360cbc7b7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Whenever new syntax is introduced, we need to ask:
|
||||||
|
|
||||||
For changes in semantics, we should be asking:
|
For changes in semantics, we should be asking:
|
||||||
|
|
||||||
- Is it easy to understand and non-surprising?
|
- Is behavior easy to understand and non-surprising?
|
||||||
- Can it be implemented performantly today?
|
- Can it be implemented performantly today?
|
||||||
- Can it be sandboxed assuming malicious usage?
|
- Can it be sandboxed assuming malicious usage?
|
||||||
- Is it compatible with type checking and other forms of static analysis?
|
- Is it compatible with type checking and other forms of static analysis?
|
||||||
|
|
Loading…
Add table
Reference in a new issue