jzarnett / ece459

ECE 459: Programming for Performance
419 stars 133 forks source link

L13 synchronized function names in discussion with names in code listing #60

Closed peter-dye closed 3 years ago

peter-dye commented 3 years ago

Lecture 13 used long_calculation() and second_long_calculation() in code listings but referred to them as longCalculation and secondLongCalculation in the discussion. I changed everything to use snake case for consistency and readability.