Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use ClarionTest or CWUnit to unit test your business logic, or set up your own testing framework/coding convention. As much as possible, be able to test your business logic apart from the user interface or the database. This will make development, maintenance and even design easier. Once your business logic is right you can write it into the UI and/or the database. And now that I have you thinkigg thinking about unit tests...

(tick) Subscriber content: Many-to-many checkboxes revisited

...

Align procedure and method return values with ABC

It took my me years to get comfortable with ABC's standard for return values, but I'm fully on board now. It was the above mentioned Hanson Loop that finally pushed me into the Level: zone.

...