Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: LINT for PL/SQL

Re: LINT for PL/SQL

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Tue, 17 Jul 2007 18:12:40 -0500
Message-ID: <de807caa0707171612q6eb7114dh880dae147d28b1c8@mail.gmail.com>


Mark,

   I think of the PL/SQL compiler as lint itself because it is so picky. ;-) PL/SQL being a strongly typed language will refuse a lot of dubious syntax. As I read the article you forwarded on lint, it seems to me that the main purpose is to flag usages that may work on one compiler but not another or one machine but not another. I wouldn't think PL/SQL would have a large need for this since there is only one vendor (Oracle), and as far as I know Oracle keeps PL/SQL pretty platform-independent. I would think that a lint program on PL/SQL might be reduced to "best practices" enforcement, which might get into more subjective areas.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 17 2007 - 18:12:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US