|
|
|
|
|
by Sankozi
1478 days ago
|
|
Observations after briefly checking the code: - KISS and YAGNI rules are broken frequently - abuse of inheritance that makes even trivial classes harder to read - some usage of boxed types feels incorrect, if null is meaningful it should at least have some comment - confusing packages (like .ddd.domain vs .domain), would be nice to document what packages mean in readme |
|
Regarding to other issues, could you add little bit more concrete details just to check and consider possible solutions.