对 Caché 进行类型检查 对象

发布于 2024-07-05 04:03:47 字数 88 浏览 6 评论 0原文

Caché 对象(来自 Intersystems)上的方法参数的类型定义有什么意义,因为在将其预编译为 .int 格式后,它会删除任何类型信息,因此根本没有区别?

What is the point of type definition on method parameters on Caché Object (from Intersystems) since after it's pre-compiled to the .int format, it removes any typing information, thus making no difference at all?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

小女人ら 2024-07-12 04:03:47

缓存中没有真正的数据类型,因此没有类型检查。

There aren't really datatypes in Cache, so there is no type checking.

不爱素颜 2024-07-12 04:03:47

如果您正在编写 ANSI M 代码,则根本不应该有类型。 我的猜测是这是特定于系统间代码的。

If you're writing ANSI M code, you shouldn't have types at all. My guess is that this is specific to Intersystems code.

葬花如无物 2024-07-12 04:03:47

这些类型不会在 Cache 代码内部使用/检查,但当您通过 XML、SQL 等公开类时,会使用它们。

人们希望在未来的版本中 Intersystems 能够开始进行一些编译时类型检查,但那也许要求太多了。

Those types aren't used/checked internal to Cache code, but they are used when you expose your classes via XML, SQL, etc.

One would hope that in a future version Intersystems would start doing some compile-time type checking, but that may be too much to ask.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文