auriium / auriium/Branch

Improper use of Queue/Deque vs List

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.