CS 222 Spring 2016

  1. Do not include package names.
  2. Make sure that your source files are UTF-8.
  3. Commit into hw/src (for hw1 this was simpleNoteTaker/src). Some of you commited directly to under your folder. e.g.

    in folder buse.yilmaz there should be only HelloWorld and simpleNoteTaker folders. In some of yours I have seen HelloWorld/ NoteCat.java simpleNoteTaker/

    This is wrong. For hw1, we’ll tolerate this, but for the rest, don’t do it.

  4. For assignments that continue next week, submit into previous week’s src unless you’re notified not to do so.
  5. Submit before the deadline. We’re not interested in what you submit after the deadline. We simply discard it.
  6. Commit occasionally. You may have problems if you leave it to the last second. If you have problems, at least you’ll have a previous version of your code commited to the server already. Better than getting a zero, eh?
  7. Do not alter the names of source files provided to you. (in case of hw1 this was NoteCat.java)
  8. Make sure that your main method resides in the source file we provided.
  9. You are not forced to use the source file we provide only. You can add more source files.
  10. Make sure your code compiles or you will get a zero.
  11. Make sure that you’re present in the class for in-class assignments or you’ll get a zero.
  12. Submit your code using SVN.