CS 222 Programming Studio, Spring 2018

Week 1 Lab Practice

  1. Checkout Minesweeper from SVN.
  2. Discuss the clarity of the code with your friends.
  3. Apply renaming refactoring to the code.
  4. Improve the comments (e.g. by removing the redundant ones, or rewriting the confusing comments)
  5. Occassionaly do an SVN diff to examine your modifications, and commit to send your code to the SVN repository.