cginternals / cginternals/cppfs
Use enum class instead of enum
Open
- Dominant language
- C++
- Stars
- 514
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/cginternals/cppfs/blob/e6b03ac2f4d919497acec121dc4df0b69c591257/source/cppfs/include/cppfs/cppfs.h#L16
3 definitions in that file. I'm sure that there are another usages of `enum` in the project
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with source/cppfs/include/cppfs/cppfs.h at the linked line and inspect the three enum definitions mentioned there. Search the repository for other enum usages, then verify that the relevant declarations consistently use enum class and that the project still builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100