Dave Marshall

Results 121 comments of Dave Marshall

Moving them to a folder would be one way to do it. You could then tell phpmig where to find them, so the `status` command still looks sensible, see https://github.com/davedevelopment/phpmig#multi-path-migrations...

@hub20xx been a while since I wrote that, but I think not all tests have end-to-end steps written, so when the end-to-end profile is run, it's kind of like setting...

Ah sorry, I see what you mean. Yes, looking at it, that check is redundant with the profiles in the setting file, but I guess I wrote it thinking it...

@marijn interesting, what sort of benefits do you think that yields?

I'm pretty confused about this, I feel like I've missed most of the conversation. That said, I'm reversing my original :+1:, I assumed someone cared for the changes in the...

I should also mention, with the values, you can always extend the generic value types within the domain namespace, which would give you the flexibility you might need one day...

IMO, if the `Interactor` namespace is too crowded, then the we should have sub-namespaces for each interactor. Moving them to the services directory suggests to me that the interfaces are...

Not sure I follow. If I wanted to tidy up `Douche\Interactor`, I'd move: `Douche\Interactor\Bid` to `Douche\Interactor\Bid\Bid` (or some other class name, not sure how I feel about the Bid\Bid part)...