in reply to Re^4: linting for undefined object methods
in thread linting for undefined object methods
This all makes sense to me, but given the constraint of statically defined methods, would it be reasonable to have the linter locate method names in known namespaces or else give warning?
So if any namespaces contains a sub, all classes are considered to define that sub? You could do that. It should help against typos.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: linting for undefined object methods
by aespen (Initiate) on Sep 03, 2009 at 15:45 UTC | |
by ikegami (Patriarch) on Sep 03, 2009 at 16:26 UTC |