diff --git a/dojo_rules.md b/dojo_rules.md index dd682cd4bf..6a1df12e97 100644 --- a/dojo_rules.md +++ b/dojo_rules.md @@ -6,3 +6,4 @@ Dojo Rules * Never bring live blades on the tatami * Respect your opponents * Most Sensei's should be respected +* no coffee in the dojo diff --git a/introduction.md b/introduction.md index 60f80c1730..f3cb80f2b2 100644 --- a/introduction.md +++ b/introduction.md @@ -1 +1,6 @@ -I love Ruby and JavaScript! \ No newline at end of file +I love Ruby and JavaScript! + Skills: +* Git +* JavaScript +* Ruby +Killing history using git rebase diff --git a/kill_list.md b/kill_list.md new file mode 100644 index 0000000000..03392a914c --- /dev/null +++ b/kill_list.md @@ -0,0 +1,11 @@ +Kill List +========= +* Unused code +* Functions with side effects +* Unformatted code +* Repeated code blocks +* Bad variable names +* Lack of comments +* Other stuff +* And more stuff +* And git shit right now!!