Restructure code and use a visitor #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Restructure the implementation and use a visitor pattern where possible.
The usage of a visitor pattern, while promising, probably is not well suited for this project. The main work is done in the DaoExProcessor. The only elements which should be visited in this processor are, beside the class declaration, elements from another class, e.g. the corresponding entity.