ros2_rust icon indicating copy to clipboard operation
ros2_rust copied to clipboard

Better error handling and better Comments

Open Guelakais opened this issue 1 year ago • 6 comments

A lot of error handling in the code is solved via if-queries, although you could also do it via match cases match cases are more idiomatic. There are still parts of the code that I don't quite understand. I have tried to comment everything I understand as much as possible.

Guelakais avatar Jun 24 '24 18:06 Guelakais