Difference between revisions of "Attn: Engine Programmers"

From Whirlwind eCommerce Wiki
Jump to: navigation, search
(New page: =Notes= ;Never save any script without writing notes as per this section ;All changes to code me notated in three places *At the line preceding all lines of code that are changed in a scr...)
 
Line 7: Line 7:
 
*In the root readme.doc file in the history notes. Always reference the script path in the readme
 
*In the root readme.doc file in the history notes. Always reference the script path in the readme
  
;All notes should take the following format:
+
 
Date : Your name : Reference Location : Notes
+
;All notes should take the following format: <i>Date : Your name : Reference Location : Notes</i>
 
Examples (for each code location as specified above):
 
Examples (for each code location as specified above):
 
*1/25/2009: Mark Wexler: Commented out following line and added line below it to fix 'subtotal' bug
 
*1/25/2009: Mark Wexler: Commented out following line and added line below it to fix 'subtotal' bug
 
*1/25/2009: Mark Wexler: orderGetSummary(): fixed 'subtotal' bug
 
*1/25/2009: Mark Wexler: orderGetSummary(): fixed 'subtotal' bug
 
*1/25/2009: Mark Wexler: /common/fnOrder.php: fixed 'subtotal' bug
 
*1/25/2009: Mark Wexler: /common/fnOrder.php: fixed 'subtotal' bug

Revision as of 20:03, 6 February 2009

Notes

Never save any script without writing notes as per this section
All changes to code me notated in three places
  • At the line preceding all lines of code that are changed in a script
  • At the top of the script in the history notes. Always reference the location of the changes (i.e. the function name or the process being performed 'looping through products')
  • In the root readme.doc file in the history notes. Always reference the script path in the readme


All notes should take the following format
Date : Your name : Reference Location : Notes

Examples (for each code location as specified above):

  • 1/25/2009: Mark Wexler: Commented out following line and added line below it to fix 'subtotal' bug
  • 1/25/2009: Mark Wexler: orderGetSummary(): fixed 'subtotal' bug
  • 1/25/2009: Mark Wexler: /common/fnOrder.php: fixed 'subtotal' bug