哪个命名约定更好地代表MongoDB Collection?

时间:2017-06-09 09:39:27

标签: javascript mongoose naming-conventions

我有Mongo DB Collection Call“DataBox”

{ 
   name : { type : String },
   typeOfDataBox : { type : String }  // <---- 01
   type : { type : String }  // <---- 02
   << any Suggestion >> : { type : String }  // <---- 03
}

上面我提到01,02,03 使用Popper命名约定。 任何人都可以帮我建议表示DataBox的类型吗?

如果不清楚请评论。

谢谢

0 个答案:

没有答案