Beakerboy / Beakerboy/MS-OVBA

Project Attributes must be in specific order

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
28
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Currently there is a generic "Attributes" array that is used to store and print the attributes. They have to be in a specific order, so they each need a setter, or else there needs to be a dictionary where each optional one is looked up.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the generic "Attributes" array and the code that stores and prints it. Compare the required attribute order with the current output, then determine whether individual setters or keyed lookup best fits the existing design. Done means optional attributes are emitted in the required order and the relevant output behavior is covered by tests, if present.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.