Closed Vincent-SD closed 3 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:
Assets/ConnectToArduino/arrow-back.png
.Let's also use a more descriptive label, e.g. "Reconnect".
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:
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:
git log -p
so that you can see how they will appear for your reviewers.
Main changes
Closes #5