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.
我检查了 Rails 和 Ruby 限制关键字,看起来 Resource 作为模型名称应该没问题。不过,我想从高级 Rails 开发人员那里得到一些确认。
我为保留关键字 rails 做了一个快速的谷歌搜索,虽然我发现您的型号名称Resource不在任何列表中,但我认为不使用它是明智的。
Resource
这样做的原因是,这些列表往往会随着时间而改变,这正是编程和框架的本质。
所以现在看起来不错的命名想法,在未来可能不是一个好主意。仅出于这个原因,我就不会使用看起来像是保留关键字的东西。
也许使用namespaces?
namespaces