Versions Compared

Key

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

...

For much of the development we do, this is just wrong. The dictionary editor is great for supporting CRUD (e.g. browse/form) development. But think about it - how much of the code you write is really CRUD code? The stuff that really takes up your time is business logic. And when it comes to business logic (or in this case the code that will support the business logic), the first thing you need to do is model the behavior in code, which often means writing classes.

...