Details
Details
Build app
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Not sure if we can somehow reduce the number of parameters here, but it started to reduce readability.
That's definitely a good idea, especially because we have a lot of parameters with the same type, so the chance of a mistake is quite high. According to https://cxx.rs/shared.html we should be able to use structs for this purpose.