📜  我们使用属性文件的原因是什么 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:36.395000             🧑  作者: Mango

代码示例1
What is the main reason we are using properties file?
    - To avoid hard coding.
    - We are able to exclude some test data from our tests.
    - So that we can manage important test data from external files.