Convert pointers to references in locations where refs not changed
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Take a pass through all of the function definitions and see if there's any use of pointers that could safely be made into references. Refs are safer and nicer than pointers when you can use them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.