Week 2 Class 4 Thu Sep 05 Posted: Sep 05
Announcements:
Pattern Recognition
Pattern recognition and adaptation are essential skills in software development. This involves closely following examples while adjusting them to fit specific needs, whether working with APIs, formatting code, handling data, or configuration. Lacking this skill can complicate development, introduce bugs, and waste development time.
Correct Format:
Firstname,Lastname,Email,Section,Team
John,Doe,johndoe@uakron.edu,010,Harpo
Missing field name row:
John,Doe,johndoe@uakron.edu,010,Harpo
Spaces that are not part of the data:
Firstname,Lastname,Email,Section,Team
John, Doe, johndoe@uakron.edu, 010, Harpo
Wrong section format:
Firstname,Lastname,Email,Section,Team
John,Doe,johndoe@uakron.edu,10,Harpo
Very wrong section format:
Firstname,Lastname,Email,Section,Team
John,Doe,johndoe@uakron.edu,CPSC480-010,Harpo
Priority At a mega-level:
Class
Exercise 7: HFSD Chapter 2 p42 User Story Interview
Unless stated otherwise, all exercises are due by 3 pm on Fri Sep 06