Last active
August 29, 2015 14:04
-
-
Save twocathouse/5be6cc5a1a22302ab905 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tl;dr - You can now preview your solution on Learn before submitting, and you can view | |
past versions of your solution. | |
Hello subscribers! | |
You may have noticed a few new features appearing in the Learn exercises last | |
week. These are part of our ongoing attempt to give you a learning experience | |
that best simulates the coding process we have found productive here at | |
thoughtbot. | |
The first change is a modification to the process you follow when you solve | |
one of the exercises. Previously, you would clone the exercise repository, | |
work on your solution, and then push your local branch to Learn. We have now added a "preview" step, | |
so that once you have pushed your work to Learn, you may preview how it will look to others. Once you | |
are satisfied, you may then submit your work for peer review. | |
[Image here for preview step] | |
Our second change allows you to view your solution's history. When on your | |
solution's page, you will have the option | |
to go back and look at previous versions of it (see image below), along with the | |
comments that were made on those versions. (Note that new inline comments may only be | |
added to the most recent version of the solution.) | |
[Image of solution with previous versions] | |
We hope that these two changes will refine the process you go through when | |
solving exercises and enhance your learning experience. Please let us know | |
what you think! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment