hexagon logo

Programmer/Authors Notes

Just wanted to see what everyone else is doing. I need to get in the habit of documenting like the date I proved a program in $$ comment for record keeping and just general notes of changes I made.

Does anyone have a specific format or style that they can share for ideas? I'm thinking something like my Name, Date, maybe CAD revision, drawing names and revisions?

Thanks.
Parents
  • I use document comments to keep track of program changes. This allows me to track any program changes down the line by knowing what has been changed that could have caused an issue if any arise. I also keep the backup of the program prior to changes in the event a change needs to be reversed.
    My format looks like this:
    *********************************************************PROGRAM HISTORY*********************************************************
    12.19.22 "OPERATOR NAME"-"DESCRIPTION OF CHANGES/COMMENTS"
    ********************************************************************************************************************************************
Reply
  • I use document comments to keep track of program changes. This allows me to track any program changes down the line by knowing what has been changed that could have caused an issue if any arise. I also keep the backup of the program prior to changes in the event a change needs to be reversed.
    My format looks like this:
    *********************************************************PROGRAM HISTORY*********************************************************
    12.19.22 "OPERATOR NAME"-"DESCRIPTION OF CHANGES/COMMENTS"
    ********************************************************************************************************************************************
Children
No Data