Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Check spelling in perl source code.

by daxim (Curate)
on Sep 27, 2013 at 15:47 UTC ( [id://1056013]=note: print w/replies, xml ) Need Help??


in reply to Check spelling in perl source code.

That's doomed to fail. You do not account for that a huge number of method calls resolve to code in CPAN libraries, not yours. They do not conform to your sense of order and aesthetics.

I suggest you undo this problem by investigating why you feel that programmers need to guess and search blindly for identifiers. If the identifiers are part of the public API, they should be documented in POD and already spell-checked. If they aren't, then who cares they are guessable - you would look up the name from the code after diving in from an entry point, or Ctags or similar.

  • Comment on Re: Check spelling in perl source code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-25 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found