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.
掌握新的工具或技术时,我经常因缺乏示例项目而苦恼——我可以将这些开源项目用作实践研究的基础。
不幸的是,在 Github 上搜索除了项目的语言之外,我没有比这更精确的了。例如,我不能指定我需要一个用 Ruby 编写的项目,Sinatra 作为后端,Backbone 作为前端,Cucumber 和 RSpec 作为 BDD 工具。
那么,在 Github 团队为他们的精彩服务添加标签之前,我怎样才能更好地解决上述问题呢?
我通常使用谷歌搜索来找到我想要的东西。
例如:
"app.rb" "spec" site:github.com
"describe" "last_response.body" "should change" site:github.com
我不知道 Cucumber 和 Backbone 是如何工作的,所以我想不出任何相关的查询。
祝你好运!