Open Access. Powered by Scholars. Published by Universities.®

Scholarship of Teaching and Learning Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Michigan Technological University

Articles 1 - 1 of 1

Full-Text Articles in Scholarship of Teaching and Learning

Critiquing Antipatterns In Novice Code, Leo C. Ureel Ii Jan 2020

Critiquing Antipatterns In Novice Code, Leo C. Ureel Ii

Dissertations, Master's Theses and Master's Reports

Students in introductory computer science courses, are learning to program. Indeed, most students perceive that learning to code is the central topic explored in the courses. Students spend an enormous amount of time struggling to learn the syntax and understand semantics of a particular language. Instructors spend a similar amount of time reading student code and explaining the meaning of the cryptic error messages displayed by compilers. Messages provided by compilers are intended to give feedback on the adherence of one’s code to the language specification and conventions. Unfortunately, these message are geared towards experts who have a clear understanding …