Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 TypeScript 中的函数仅是纯函数(因此不接受非纯函数)?如果是,是哪个?
您可能可以编写一些 TSLint 规则来捕获大多数常见情况(例如,访问外部变量),但是检查类似的东西几乎是不可能的,所以没有办法真正知道 100%。
你(和你的团队)仍然必须遵守纪律。