mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Added another drawback
This commit is contained in:
parent
79baa9caa8
commit
560ffd520f
1 changed files with 7 additions and 1 deletions
|
@ -74,4 +74,10 @@ As an example from Roblox, instance path could dynamically change from being kno
|
|||
|
||||
## Drawbacks
|
||||
|
||||
It might be useful to warn about unnecessary uses of this operator, but we have no way way of enabling this behavior.
|
||||
### Unnecessary operator use
|
||||
|
||||
It might be useful to warn about unnecessary uses of this operator when the value cannot be `nil`, but we have no way of enabling this behavior.
|
||||
|
||||
### Bad practice
|
||||
|
||||
The operator might be placed by users to ignore/silence correct warnings and lower the strength of type checking that Luau provides.
|
||||
|
|
Loading…
Add table
Reference in a new issue