Hacker News new | ask | show | jobs
by liammclennan 4616 days ago
Several peopls have commented that this is really just CQRS.

The approach I described above has nothing to do with CQRS, in fact it directly contradicts CQRS. The design of features is intended to combine commands and queries. If the controller is restricted to commands and queries then the logic of combining those operations ends up in the controller which is exactly what we need to avoid.