med-material / ArduinoLogger

Source code for an Arduino Logger (Windows/Mac) used for the RTII course at AAU (Unity 2018.3.2f1)
MIT License
3 stars 2 forks source link

Handle Arduino disconnection #41

Closed Vincent-SD closed 2 years ago

Vincent-SD commented 2 years ago

Main changes

deconnection

Closes #5

bastianilso commented 2 years ago

Hi Vincent, thanks for working on this issue. There are a lot of good things in here, and then a few things where we some design iteration. So before i give you feedback on code, lets talk design.

Design:

Commits: Your work here can conceptually be divided into solving several problems. Please separate your work into commits which each address their own problem. This way code is easier to read and in case we need to trace back to a regression in the code later, its easy to see which commits are related to the problem. Here is how I would structure your commits:

bastianilso commented 2 years ago

Thanks for the final changes Vincent. I had a quick look in Unity and the visual changes looks good to me.

I hope that our revision process helped you to structure your commits and make them well defined. I look forward to reviewing your future pull requests. In the future, I also want you to pay attention to: