Convert pointers to references in locations where refs not changed
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 6
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.