Compactness and Orthogonality
Last modified
Read Compactness and Orthogonality
Self Study
-
Is the analytics API I provided for the Word Frequency Project compact? Is it orthogonal? If not, how could it be improved to be more compact and orthogonal?
-
The split_words function takes a
FILE*
as a parameter. If instead it required achar *
path name would it be more or less othogonal. Why?