in reply to Re: use: distinguishing compile-time vs run-time dependencies
in thread use: distinguishing compile-time vs run-time dependencies

I'm not asking for a why to figure out what kind of dependency a module is. I'm just asking whether it is useful to _declare_ what kind of dependency a module is.
  • Comment on Re^2: use: distinguishing compile-time vs run-time dependencies

Replies are listed 'Best First'.
Re^3: use: distinguishing compile-time vs run-time dependencies
by JavaFan (Canon) on Aug 08, 2011 at 16:44 UTC
    Well, unless the declaration isn't enforced (that is, it's only informative), it's the same problem. But if it's only informative, you can already do this; it's called "comments".