maliput / maliput/maliput_sparse
Improve BuilderConfiguration code
Open
enhancement
- Dominant language
- C++
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
From https://github.com/maliput/maliput_sparse/pull/40#discussion_r1046287116_
### Summary
We are mixing a `struct` with some methods. We should
A. Use PODs and free functions
B. Elevate this to a class
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the BuilderConfiguration implementation and the linked pull-request discussion. Resolve whether it should use PODs with free functions or become a class, then identify the affected callers and tests. Done means the chosen design is applied consistently and the existing behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100