translated

This commit is contained in:
geekpi 2017-01-12 13:30:26 +08:00
parent 14d824fac5
commit e8afd58259
2 changed files with 67 additions and 69 deletions

View File

@ -1,69 +0,0 @@
translating---geekpi
Improve your programming skills with Exercism
============================================================
### 33 programming languages are currently supported by these exercises.
![Improve your programming skills with Exercism ](https://opensource.com/sites/default/files/styles/image-full-size/public/images/life/code2.png?itok=CVgC8tlK "Improve your programming skills with Exercism ")
>Image by : opensource.com
Many of us have a 2017 goal to improve our programming skills or to learn how to program in the first place. While we have access to many resources, practicing the art of code development independent of a specific job requires some planning. [Exercism.io][1] is one resource designed for this exact purpose.
Exercism is an [open source][2] project and service aimed at helping people level up in their programming skills using a philosophy of discovery and collaboration. Exercism provides exercises for dozens of different programming languages. Practitioners complete each exercise and then receive feedback on their response, enabling them to learn from their peer group's experience.
And what a lot of peers there are. Exercism racked up some impressive stats in 2016:
* Participants from 201 different countries
* 29,000 participants submitted exercises since June 2013, with 15,500 of them submitting exercises in 2016 alone
* 15,000 participants provided feedback on exercise solutions since June 2013, with 5,500 of them providing feedback in 2016
* 50,000 visitors a month and over 12,000 each week
* 33 programming languages are currently supported by exercises, with another 22 in the works
The project provides a series of small wins to participants of all levels, allowing them to develop "a high degree of fluency even at a low level of proficiency," said [Katrina Owen][3], founder of Exercism. While Exercism does not aim to teach participants enough to become employed as a programmer, its exercises give them a deep familiarity with a language and its foibles. This familiarity removes the cognitive burden of language from learners (fluency), allowing them to focus instead on the more difficult problems of architecture and best practices (proficiency).
Exercism does this through a series of (what else?) exercises. A programmer downloads the [command line client][4], retrieves the first exercise, adds code that fulfills the exercise, and then submits the solution. After submitting a solution the programmer can study the solutions of others and learn from different approaches to the same problem. More importantly, each solution receives feedback from other participants.
Feedback is the super power of Exercism. All participants are encouraged not only to receive feedback, but also to provide it. According to Owen, members of the Exercism community learn more from providing feedback than from completing the exercises themselves. "It's a powerful learning experience. You're forced to articulate gut feelings and to examine your assumptions, habits, and biases," she said. She also pointed out that feedback can take many forms.
"Just go in and make observations and ask questions," said Owen.
Those who are new to programming, or even just to a specific language, can provide valuable feedback by questioning assumptions while also learning through collaboration and dialog.
Beyond just enabling bite-sized learning of new languages, Exercism itself strongly supports and encourages new contributors to the project. In an [article on SitePoint.com][5], Owen stressed that, "If you want to contribute code to open source, the level of skill you need is 'good enough.'" Exercism not only encourages new contributors, but as a project it does everything possible to help new contributors land their first patch. To date nearly 1,000 people are contributors to the [Exercism project][6].
New contributors will have plenty to keep them busy. Exercism is currently reviewing [the health of its language tracks][7] with an eye toward making all tracks sustainable and avoiding maintainer burnout. It's also seeking [donations][8] and sponsorships to hire designers to improve the usability of the site.
These improvements are necessary for the health of the site and for the well-being of Exercism's participants, but also these changes encourage and ease the path for new contributors to join, said Owen. "The product side would be much more maintainable if we could get this redesigned... When the user experience is a mess, there really is no point in having gorgeous code," she said. The project has a very vibrant [discussion repo][9] where community members collaborate to discover the best new approaches and features.
Those who want to keep tabs on the project but not yet participate can follow along on the [behind the scenes mailing list][10].
--------------------------------------------------------------------------------
作者简介:
![](https://opensource.com/sites/default/files/styles/profile_pictures/public/pictures/vmb_helvetica_sm.png?itok=mSb3xriS)
VM (Vicky) Brasseur - VM (aka Vicky) is a manager of technical people, projects, processes, products and p^Hbusinesses. In her more than 18 years in the tech industry she has been an analyst, programmer, product manager, software engineering manager, and director of software engineering. Currently she is a Senior Engineering Manager in service of an upstream open source development team at Hewlett Packard Enterprise. VM blogs at anonymoushash.vmbrasseur.com and tweets at @vmbrasseur.
via: https://opensource.com/article/17/1/exercism-learning-programming
--------------------------------------------------------------------------------
作者:[VM (Vicky) Brasseur][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]:https://opensource.com/users/vmbrasseur
[1]:http://exercism.io/
[2]:https://github.com/exercism
[3]:https://twitter.com/kytrinyx
[4]:http://exercism.io/cli
[5]:https://www.sitepoint.com/exorcise-your-newbie-demons-by-contributing-to-exercism/
[6]:https://github.com/exercism
[7]:http://tinyletter.com/exercism/letters/exercism-track-health-check-new-maintainers
[8]:http://exercism.io/donate
[9]:https://github.com/exercism/discussions/issues?page=1&q=is%3Aissue+is%3Aopen
[10]:http://tinyletter.com/exercism/archive

View File

@ -0,0 +1,67 @@
使用 Exercism 提升你的编程技巧
============================================================
### 这些练习目前已经支持 33 种编程语言了。
![Improve your programming skills with Exercism ](https://opensource.com/sites/default/files/styles/image-full-size/public/images/life/code2.png?itok=CVgC8tlK "Improve your programming skills with Exercism ")
>图片提供 opensource.com
我们中的很多人有一个 2017 年的目标将提高我们的编程能力或学习如何编程在第一位。虽然我们可以访问许多资源但是练习独立于特定职业的代码开发的艺术需要一些规划。Exercism.io 是为此确切目的而设计的一种资源。
Exercism 是一个开源项目和服务旨在通过发现和协作的哲学帮助人们提高他们的编程技能。Exercism 提供了几十种不同编程语言的练习。实践者完成每个练习,接着根据他们的回复反馈,使他们能够从他们的同行小组的经验中学习。
这里有这么多同行! Exercism 在 2016 年留下了一些令人印象深刻的统计:
* 参加者来自201个不同国家
* 自 2013 年 6 月以来 29,000 名参与者提交了演习,其中 15,500 名参加者仅在 2016 年提交练习
* 自 2013 年 6 月以来 15,000 名参与者就练习解决方案提供反馈,其中 5,500 人在 2016 年提供反馈
* 每月 50,000 名访客,每周超过 12,000 名访客
* 目前练习支持 33 种编程语言,另外 22 种语言在支持中
该项目为所有级别的参与者提供了一系列小小的胜利使他们能够“即使在低水平也能发展到高度流利”Exercism 的创始人 [Katrina Owen][3] 这样说到。虽然 Exercism 并不旨在教导学员成为一名程序员,但它的练习使他们对语言及其瑕疵有深刻的了解。这种熟悉性消除了学习者对语言的认知负担(流利),使他们能够专注于更困难的架构和最佳实践(熟练)的问题。
Exercism 通过一系列练习(还有什么?)来做到这一点。程序员下载[命令行客户端][4],检索第一个练习,添加完成练习的代码,然后提交解决方案。提交解决方案后,程序员可以研究他人的解决方案,并从不同的方法学习同样的问题。更重要的是,每个解决方案来自其他参与者的反馈。
反馈是 Exercism 的超级力量。鼓励所有参与者不仅接收反馈而且提供反馈。根据 Owen 说的Exercism 社区的成员从提供反馈比完成练习了解更多。她说:“这是一个强大的学习经验,你被迫发表内心感受,并检查你的假设、习惯和偏见”。她还指出,反馈可以有多种形式。
欧文说:“只要进入,观察并问问题”。
那些刚刚接触编程,甚至只是一种特定语言的人,可以通过质疑假设来提供有价值的反馈,同时通过协作和对话来学习。
除了实现对新语言的学习之外Exercism 本身还强烈支持和鼓励项目的新贡献者。在[SitePoint.com][5]的一篇文章中,欧文强调:“如果你想为开源贡献代码,你所需要的技能水平只要‘够用’。” Exercism 不仅鼓励新的贡献者,它还尽可能地帮助新贡献者发布他们项目中的第一个补丁。到目前为止,有近 1000 人是[ Exercism 项目][6]的贡献者。
还会有大量新的贡献者来保持繁忙。 Exercism 目前正在审查[其语言轨道的健康][7],目的是使所有轨道可持续并避免维护者的倦怠。它还在寻求[捐赠][8]和赞助,聘请设计师提高网站的可用性。
Owen 说:“这些改进对于网站的健康以及为了 Exercism 参与者的发展是有必要的,但这些变化鼓励并减轻了新贡献者加入的途径。” 她说:“如果我们可以重新设计,产品方面将更加可维护。。。当用户体验一团糟,华丽的代码一点用也没有”。该项目有一个非常活跃的[讨论仓库][9],这里社区成员合作来发现最好的新方法和功能。
那些想关注项目但还没有参与的人可以关注[邮件列表][10]。
--------------------------------------------------------------------------------
作者简介:
![](https://opensource.com/sites/default/files/styles/profile_pictures/public/pictures/vmb_helvetica_sm.png?itok=mSb3xriS)
VMVickyBrasseur - VMaka Vicky是一名技术人员、项目、流程、产品和 p^Hbusinesses 的经理。在她超过18年的科技行业从业中她一直是分析师、程序员、产品经理、软件工程经理和软件工程总监。 目前,她是 Hewlett Packard Enterprise 上游开源开发团队的高级工程经理。 VM 的博客在 anonymoushash.vmbrasseur.comtweets 在 @vmbrasseur
via: https://opensource.com/article/17/1/exercism-learning-programming
--------------------------------------------------------------------------------
作者:[VM (Vicky) Brasseur][a]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]:https://opensource.com/users/vmbrasseur
[1]:http://exercism.io/
[2]:https://github.com/exercism
[3]:https://twitter.com/kytrinyx
[4]:http://exercism.io/cli
[5]:https://www.sitepoint.com/exorcise-your-newbie-demons-by-contributing-to-exercism/
[6]:https://github.com/exercism
[7]:http://tinyletter.com/exercism/letters/exercism-track-health-check-new-maintainers
[8]:http://exercism.io/donate
[9]:https://github.com/exercism/discussions/issues?page=1&q=is%3Aissue+is%3Aopen
[10]:http://tinyletter.com/exercism/archive