1 min readApr 13, 2019
Still making my way through this. I like the first half and want to share with my students. The only issue I have with the first half is that in the changeStudentLabelText function you create a variable with const that is never used. I would argue that unused variables are smelly and should be avoided in clean code.