hasselmm / hasselmm/PropertyExperiment
Cleanup nproperty::Object
- Dominant language
- C++
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The `nproperty::Object` class contains countless helper methods polluting its namespace. They all should be turned into free-standing friends, just like Qt is doing with the `Q_ENUM()` macro for instance.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the nproperty::Object class and inventory the helper methods currently in its namespace. Read the surrounding metatype and property implementation, then compare the intended free-standing friend approach with the issue’s Q_ENUM reference; done means the helpers are no longer namespace members without changing the experiment’s behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100