Hacker News new | ask | show | jobs
by paulio 3280 days ago
"I implement these rules both sides" ... and the maintenance overhead?
2 comments

Still easier than having separate domain models.

Adhering to dry in all cases, is not always the best solution. As the software community has discovered over the past years. Especially in relation to microservices.

In my software there's a bit of a disconnect between the application and interactors. As there is a message queue between them.

This is stuff like there is JavaScript regex that checks for an @ character in an email and in the back end code. There is no reason to not do both.