General Style Guidelines

Students in CSE 390C are expected to demonstrate good programming style in their homework solutions. Every homework assignment will describe specific style requirements and expectations that students should keep in mind when writing their solutions. This page lists general style issues that are likely to be relevant to multiple assignments. This list includes common style mistakes but does not list every possible style mistake. For every subsequent assignment, students are expected to also follow the style guidelines of all previous assignments. The provided linter on assignments will make complaints that you don't necessarily have to fix. Always refer to this page to see what will actually be checked for each assignment.