-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresources.html
40 lines (33 loc) · 1.29 KB
/
resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
---
<div class=col-md-10>
<h4>Git and GitHub</h4>
<ul class="nav">
<li><a href="http://www.youtube.com/watch?v=La6vwqajvoY">Eugene's GitHub video walkthrough</a></li>
<li><a href="http://www.gitref.org">Git Reference</a></li>
<ul>
<h5>Commit Messages</h2>
<li><a href="http://robots.thoughtbot.com/post/48933156625/5-useful-tips-for-a-better-commit-message">A better commit message</a>
<li><a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">Commit message advice</a>
</ul>
</ul>
<h4>Asking Questions</h4>
<ul class="nav">
<li><a href="https://blogs.akamai.com/2013/10/you-must-try-and-then-you-must-ask.html">You must try, then you must ask</a></li>
<li><a href="http://www.catb.org/esr/faqs/smart-questions.html">How to ask good questions</a></li>
</ul>
<h4>Formatting Code</h4>
<ul class="nav">
<li><a href="http://en.wikipedia.org/wiki/Indent_style">Indent Style</a></li>
</ul>
<h4>Documenting Code</h4>
<ul class="nav">
<li><a href="http://zachholman.com/posts/documentation/">Why Document Code</a></li>
<li><a href="http://visualstudiomagazine.com/articles/2013/06/01/roc-rocks.aspx">Why not to comment code</a></li>
</ul>
<h4>Everything else</h4>
<ul class="nav">
<li><a href="http://stackoverflow.com">Stack Overflow</a></li>
</ul>
</div>