--- old+++ new@@ -8,7 +8,8 @@
* [ ] Delete unused code,
* [ ] Delete unused variables,
-* [ ] Group all globals / constants in their respective lists (at most 2 lists?)+* [ ] Group all globals / constants: GVL_ & GC_
* [ ] Add/revise explanative comment headers to all functions/function blocks/programs etc etc.
* [ ] Remove all {...} by solving them.
-* [ ] use the project property [UnitTestingDefine](https://help.codesys.com/webapp/properties;product=LibDevSummary;version=3.5.15.0) to allow unit tests while still hiding irrelevant objects from the user.+* [ ] use the project property [UnitTestingDefine](https://help.codesys.com/webapp/properties;product=LibDevSummary;version=3.5.15.0) to allow unit tests while still hiding irrelevant objects from the user+* [ ] Clones of code should be Functionised or Methodised.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -11,5 +11,5 @@
* [ ] Group all globals / constants: GVL_ & GC_
* [ ] Add/revise explanative comment headers to all functions/function blocks/programs etc etc.
* [ ] Remove all {...} by solving them.
-* [ ] use the project property [UnitTestingDefine](https://help.codesys.com/webapp/properties;product=LibDevSummary;version=3.5.15.0) to allow unit tests while still hiding irrelevant objects from the user+* [ ] use the project property [UnitTestingDefine](https://help.codesys.com/webapp/properties;product=LibDevSummary;version=3.5.17.0) to allow unit tests while still hiding irrelevant objects from the user
* [ ] Clones of code should be Functionised or Methodised.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff: