where should my interface file go?

Started by
1 comment, last by Genjix 18 years, 10 months ago
if i have an interface between two deeply nested unrelated classes where should i put the interface file on the filesystem? should i make a third directory, put it in both their parents or choose one directory over the other?
Advertisement
What do YOU think. Whatever makes it more clear in your own mind i would stick with, until you find some reason that its location begins to fog your view of the interface and its dir/design relation.
I honestly don't know thats why I asked. Normally putting them in their shared parents directory would sounds logical, but that would mean they end up being in the main application class.

Doesn't matter now as I have used symlinks ;)

This topic is closed to new replies.

Advertisement