如何不假设您的数据将存储在文件中

发布于 2024-11-27 18:55:45 字数 105 浏览 0 评论 0原文

如何在不说“软件必须知道配置文件的文件名”的情况下制定软件需求?您还不知道配置数据是否将保存在文件、数据库或以后可能决定的任何内容中。那么,在不引入技术限制的情况下,您通常如何引用该位置的地址呢?

How would you formulate software requirements without saying: "The software has to know the filename of the configuration file."? You don't know yet if the configuration data will be held in a file a database or whatever may be decided later. So how would you generically refer to the address of this location without introducing technical constraints?

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

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

发布评论

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

评论(1

夜司空 2024-12-04 18:55:45

软件的配置设置应存储在应用程序外部,并且应用程序应能够访问外部设置。

The configuration settings for the software should be stored external to the application, and the application should be able to access the external settings.

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