You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
## Overview
17
17
18
18
This repo contains code samples demonstrating how to transform a complex, linear script into a modular,
19
-
easier-to-maintain package. The code was written as a reference for the *Python: Beyond the Basics* class
20
-
at [NICAR 2014][], but can also work as a stand-alone tutorial (check out our [main documentation site](http://refactoring-101.readthedocs.org/en/latest/)).
19
+
easier-to-maintain package. The code is a teaching aide used in Python classes at [NICAR 2014][] and [NICAR 2015][],
20
+
but can also work as a stand-alone tutorial (check out our [main documentation site](http://refactoring-101.readthedocs.org/en/latest/)).
21
21
22
22
The tutorial uses a small, [fake set of election results][] for demonstration purposes.
23
23
@@ -31,7 +31,8 @@ We also introduce unit testing as a strategy for writing programs that you can u
31
31
Wondering how to use this tutorial or why the hell we called it *refactoring101*? The [FAQ][] has answers to
32
32
these and sundry other questions. Also, check out the [Resources][] page for wisdom from our tribal elders.
0 commit comments