GeekArticles
FAQ
Oracle FAQComments instead of whitespace
Author: asktom.oracle.com |
Published: 9th Nov 2007 |
Visited: 44 times |
Add CommentFiled in: Oracle FAQI have found in my organization that some developers don't use whitespace to give visual seperation, instead they use comments.
For example, a package spec might look like this:
CREATE OR REPLACE PACKAGE foo AS
--
FUNCTION bar (baz IN NUMBER)...
Read Article Sponsored Links
Related Articles
• Editor's Disposition of Comments Out (OOXML) The Editor's Disposition of Comments is quite an important document in the standards development process at ISO. After National Bodies submit their initial positions and comments on a late draft standard, the editor of the standard puts together a documen ...
• Your country's comments rated! I've just glanced over the 3549 or so comments put in by various national bodies for the recent ballot on DIS 29500. I've made a table listing the countries that commented, together with their votes and whether I think thei ...
• My recommendation on Office Open XML: "No with Comments"! Vote "No"? But aren't I supposed to be Microsoft's biggest fanboy? Well, what I mean is a conditional approval, not a rejection. There are some things that can be fixed and should be fixed, and an ISO Ballot Resolution Meetin ...
• Oracle PL/SQL - Performance Tuning - Comments in Code Hello,
Some of my guys are making changes to existing database packages.
For readablity, developers enter comments against some of the SQL lines.
Our code review team says, it would take more time to execute, if we put comments on SQL lines ...