microsoft / microsoft/ProcMon-for-Linux
#define ⇒ enum?
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 4.7k
- Forks
- 295
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 9
Description
Would you like to replace more defines for constant values by enumerations to stress their relationships?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the constants in src/display/screen.h around the COLOR definitions and src/tracer/tracer_engine.h around the TRACER definitions. Identify related constant groups that should become enumerations, then verify the project still builds and that the affected display and tracer behavior is unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- devtools, operating-systems
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100