feedback_lab03.md

Go to the ucsd-cse-spis-2019 organization on github.com and navigate to each pair’s repo for lab 3. The repo should be named spis19-lab03-Name-Name

Open each of the warmup files. These were completed individually. Run the drawA (or whatever letter) in idle and make sure it draws a letter. Make sure it respects the turtle parameter (i.e. call it on two different turtles and make sure it moves both). Then look at their code and make sure its well-structured, with good variable names, etc. In their individual feedback repos give them some feedback on the individual section. Comment on any creativity they used in creating their letters.

Then open their lab3Letters_pair.py file. You do not need to run it. Look for:

Finally, open their irma.py file and run it. Does it run correctly? Then look at their code. Make sure they are using good format and style and a simple, clean approach. Do they have proper commenting and variable names? Commenting on every line is not necessary, but make sure they have at least a few. If they have done anything overly complicated or in an improper way, comment on how they can improve their code. If a helper method would be appropriate, suggest it. This is your opportunity to help them become better programmers! Leave this feedback in their pair feedback repo.