STARIONGROUP / COMET-Server-Administration-Tool

E-TM-10-25 Compliant tools for advanced server administration.
Other
0 stars 1 forks source link

Split migration business logic code #48

Open lxatstariongroup opened 4 years ago

lxatstariongroup commented 4 years ago

For migration, the actual migration logic should be split into classes based on the separation of concerns, something like:

cozminvelciu commented 4 years ago

See Syncer\Utils\Sync for a recommended structure using the factory pattern.

Additional notes: