General Class Advice


http://placehold.it/900x300

Heres some general class advice to make sure you have the right mindset going in to CSE 2221 (or perhaps OSU classes in general, if the shoe fits).

1. This class isn't just a computer programming course like CSE1222 or CSE1223. Though we teach programming principles, its the software engineering that we're aiming to teach as well. For instance, knowing when to use a for/while/do-while loop is just as important as knowing how to use each one. Code that works isn't the same as quality code.

2. Keep up with projects. They're a large part of your grade and should help to provide a buffer to your grade if midterms/final is lower. Some projects build on each other (even into software 2), so it hurts to fall behind on a project. Feel free to work ahead on projects if that works for you.

3. Take advantage of resources available to help you succeed in class. In addition to the lecturer (myself) and the two graders for the class, any of the other lecturers or graders teaching CSE2221 are available. Meeting in person during office hours or before/after class is preferable, and emails are better than not communicating the issue at all.

4. Don't cheat. Every semester we have to report way too many students for cheating in this class. We know the sources available, and you will be reported to COAM if suspected for cheating.

5. As teachers, we're trying to help you succeed, not make you fail. If there is something I can do to help you learn better, please make the suggestion privately some time.

6. Pay close attention to the instructions on each project. They're written there for a reason! Missing details will cost you points. If anything is unclear about the directions, talk to me or the graders.

7. Use FindBugs and Checkstyle!!! Pay attention to those warnings before you submit projects.