Restructure code and use a visitor #1

Closed
opened 2022-04-28 19:41:42 +02:00 by Dutch · 1 comment
Owner

Restructure the implementation and use a visitor pattern where possible.

Restructure the implementation and use a visitor pattern where possible.
Dutch added this to the Release v1.0 project 2022-12-20 18:08:14 +01:00
Dutch self-assigned this 2022-12-20 18:23:59 +01:00
Dutch added this to the v1.0 milestone 2022-12-20 18:41:52 +01:00
Author
Owner

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.

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.
Dutch closed this issue 2023-01-02 12:23:03 +01:00
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Dutch/RoomEx#1
No description provided.