Awesome
程序员英语词汇宝典
本列表中的单词是英语类计算机书籍、文档、文章中高频常见的技术词汇,也是程序员工作中常见的英语词汇,最终目的是希望程序员集合自身的英语基础,在掌握列表中的词汇后,可以无障碍阅读英语技术文章和文档。
贡献
- 如发现有错误翻译,或者更合适的翻译,也可以通过 Pull Request 来更新列表(单词列表在
_posts
文件夹里) - 请按照单词首字母顺序进行更新
- 单词首字母请小写,翻译请使用中文标点符号
Feature Request
- 请直接提 issue 来增加需要添加的新功能或单词列表
Get Started
- Install Ruby:
brew install ruby
- Install Bundler globally:
sudo gem install bundler --no-user-install
- Clone the repo
- Install dependencies:
bundle install
- Launch the project from local server:
bundle exec jekyll serve
- Visit
http://127.0.0.1:4000