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: _docs/phase1.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ though beware the siren call's temptation to slip back into implementing "workin
62
62
Shred this code (on paper)
63
63
--------------------------
64
64
65
-
In this tutorial, we already have some ready-baked spaghetti code for you to slice and dice into smaller components.
65
+
In this tutorial, we already have some ready-baked `spaghetti code <https://github.com/PythonJournos/refactoring101/blob/master/elex1/election_results.py>`__
66
+
for you to slice and dice into smaller components.
66
67
67
68
We encourage you to print the code on paper -- yes, dead trees! -- and use a marker to group code bits
68
69
into separate functions. As you to try to make sense of the logic and data structures, it's a good idea to reference the
0 commit comments