Get rid of unused attribute class - `AttributeViInt32TimeDeltaMilliseconds`
Open
Nobody has claimed this yet.
codegen
tech-debt
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
AttributeViInt32TimeDeltaMilliseconds attribute class is not used anywhere other than in nifake; yet it is code-generated into the attribute class of all modules. We should get rid of it,
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
Search the repository for AttributeViInt32TimeDeltaMilliseconds and the code-generation path that adds it to module attribute classes. Check how nifake uses the class, then verify that the unused generated definitions are removed from the affected modules without breaking that usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100