pcah/python-clean-architecture

Architecture: should Interfaces have their own namespace?

lhaze opened this issue · 1 comments

lhaze commented

It's a code layout question. Each interface have an owner on its own. But should they have an independent namespace to secure from circular imports? Could circular imports be a problem at all? Or should interfaces be closer to their owners?

lhaze commented

@jakos, would you like to state your opinion?