We all know that we should liberally document our code with comments, so that others (and even yourself) will know what the code is doing down the road. I like to start all of my code off with my classic remark block:
|
/****************************************************************************** $SELECTIONSTART$Description of code$SELECTIONEND$ ******************************************************************************* MODIFICATION LOG ******************************************************************************* $DATE(yyyy-MM-dd)$ WGS Initial creation. ******************************************************************************/ |
Note that this is a SQL Prompt snippet, not a snippet from […]
Like this:
Like Loading...