Responding to code review

This commit is contained in:
ajeffrey@roblox.com 2021-10-08 18:17:08 -05:00
parent dbedcaacdc
commit 12a7e1a8cc

View file

@ -149,8 +149,6 @@ gives read-write properties with different types.
If we infer such types, we may wish to present them differently, for If we infer such types, we may wish to present them differently, for
example TypeScript allows both a getter and a setter. example TypeScript allows both a getter and a setter.
This may be useful for Roblox scripts that reparent elements in the DM.
## Drawbacks ## Drawbacks
This is adding to the complexity budget for users, who will be faced This is adding to the complexity budget for users, who will be faced