When you do architecture design, you usually divide the subsystems. Is there any methodology to divide the subsystems?
Are architectural patterns like hexagonal architecture, clean architecture, etc. a single application? Or can they be used when dividing subsystems?
Is there any methodology for dividing the system into subsystems?
Are architectural patterns like hexagonal architecture, clean architecture, etc. a single application?
Yes, they basically are.
Is there any methodology for dividing the system into subsystems?
If by "subsystem" you mean splitting an application in multiple deployable units, then there are several:
Also potentially interesting: