Assignment 3 Part 2 (submitted by Nadia on Feb 7, 00:14)

Beautiful Code
Ka-Ping Yee

AUTHORS:   Adam   Calvin   Chris   David   Derek   Hunter   Jacob   Jason   Jun   Karl   Kevin   Michael   Morgan   Nadia   Nerissa   Omair   Peter   Peterson   Ping   Richard   Rosie   Scott   Thanh   Varun

Download this file.

COMMENTS

Please log in if you would like to add comments.

   

  1 check_file(file) is rather ambiguous about its output. It
  2 only states that it checks a file for misspelled words. If I
  3 had felt mean, I would have assumed that it did exactly what
  4 part uno was asking for. 
  5 
  6 check_text(text) suffers from the same problem. 
  7 
  8 The more literal functions for tokenizing and file reading
  9 and single word checking were fine, so I used those. I
 10 assumed read_dictionary took the string representing a
 11 filename.