That method is way too big and does way too much and also is not reusable in other contexts if I were to, say, want to just import one user that I have info for but don't want to create a CSV for it.
Also breaking it up makes it testable. Specs should be made when this is done.
That method is way too big and does way too much and also is not reusable in other contexts if I were to, say, want to just import one user that I have info for but don't want to create a CSV for it.
Also breaking it up makes it testable. Specs should be made when this is done.