Improper use of Queue/Deque vs List
Open
enhancement
good first issue
- Dominant language
- Java
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In most circumstances in branch, queue is used improperly. Queue should only be used in inbetween-scenarios where linear polling is required by design. Most methods should return List.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating methods that expose Queue or Deque and determine which uses require linear polling; then define a scoped set of return-type changes and identify the callers and tests affected. Done requires an agreed scope and consistent List-based APIs where polling is not required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100