File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ $ export PYTHONPATH=`pwd`:$PYTHONPATH
108
108
109
109
* Do you _ like_ the package structure and module names? How would you organize or name things differently?
110
110
* Why is it necessary to add the _ refactoring101/_ directory to your PYTHONPATH?
111
- * What are three ways to update the PYTHONPATH?
111
+ * What are three ways to add a library to the PYTHONPATH?
112
112
* What is a class? What is a method?
113
113
* What is an object in Python? What is an instance?
114
114
* What is the __ init__ method on a class used for?
@@ -120,8 +120,6 @@ $ export PYTHONPATH=`pwd`:$PYTHONPATH
120
120
classes and methods to reflect "real-world" entities in the realm of elections.
121
121
* Examine functions in _ lib/_ and try assigning three functions to one of your new classes.
122
122
* Try extracting logic from the _ summarize_ function and re-implement it as a method on one of your classes.
123
- * Break the code. Find the code that determines the winner. Comment out the
124
-
125
123
126
124
## Phase 4 - Model Your Domain
127
125
You can’t perform that action at this time.
0 commit comments