Mackeral
Board Regular
- Joined
- Mar 7, 2015
- Messages
- 249
- Office Version
- 365
- Platform
- Windows
1. Always have of the last time the spreadsheet ran.
2. Don't change original code unless there is a compeling reason.
____It's too expensive.
3. Keep documentation up to date.
____I often have to use it to remember what I was doing or how
____or why I coded it that way.
4. Don't put calculations in Function Call statements.
____If you need to "Debug" into the Function Call, all you will
____is the code connected with the Argument calculation, not the called Function.
(If you have any rules of your own, please update this post)
Mac
2. Don't change original code unless there is a compeling reason.
____It's too expensive.
3. Keep documentation up to date.
____I often have to use it to remember what I was doing or how
____or why I coded it that way.
4. Don't put calculations in Function Call statements.
____If you need to "Debug" into the Function Call, all you will
____is the code connected with the Argument calculation, not the called Function.
(If you have any rules of your own, please update this post)
Mac