Antonio Addeo

Results 4 issues of Antonio Addeo

Hi, inside the README.md for the command pattern the Wizard class presents these two instance variables: ```java private final Deque undoStack = new LinkedList(); private final Deque redoStack = new...

type: bug
info: help wanted
epic: documentation

Fix deques generic type - Fix README files for command pattern - Refences to #2462 Description - Changes the generic type of deques fields in README files from 'Command' to...

status: stale

Hi @iluwatar, I'd like to add a few principles from Clean Architecture by Robert Martin. I think it would be nice having a section about component cohesion (chapter 13) with...

info: help wanted
epic: principle
type: feature

The following principles have been added: - Reuse Release Equivalence Principle - Common closure principle - Common reuse principle - Acyclic Dependencies Principle - Stable dependencies principle - Stable abstraction...