auriium / Branch

Advanced, powerful, verbose yet concise conceptual execution-node command framework
1 stars 1 forks source link

Improper use of Queue/Deque vs List #9

Open auriium opened 3 years ago

auriium commented 3 years ago

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.