RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
316 stars 70 forks source link

rclnodejs/index.js could be simplified #736

Closed felixdivo closed 3 years ago

felixdivo commented 3 years ago

The file rclnodejs/index.js could be simplified using async functions, making it easier to maintain. Other ways to simplify it would be array handling (with Array.some() and Array.every()) and replacing let with const here and there.