gpt4 book ai didi

typescript - 为什么 TypeScript 禁止为同名的公共(public) getter 使用私有(private) setter?

转载 作者:搜寻专家 更新时间:2023-10-30 20:34:54 25 4
gpt4 key购买 nike

在 TypeScript 中禁止使用同名的公共(public) getter 和私有(private) setter,正如已经在 SO 上的各种问题中讨论的那样。

我的主要编程语言是 C#,这非常适合。我也认为它是一个有用的结构,老实说,我真的不明白在 TypeScript 中允许这样做会有什么问题。

为什么 TypeScript 禁止这样做?这个问题不是关于解决方法或类似问题,我只是想知道这种设计的原因。

编辑:可以在 this question 上找到代码示例.

最佳答案

有一位 TypeScript 作者的评论:https://github.com/Microsoft/TypeScript/issues/2845#issuecomment-176990923

Accessors are symetrical with properties in the type system. anything we do will need to be manifested in the type and expressible on properties. Adding new access modifiers to enable private_set/public_get would increase the complexity of the language and the learning curve, and the value gained from this would not match the added complexity.

关于typescript - 为什么 TypeScript 禁止为同名的公共(public) getter 使用私有(private) setter?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35428696/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com