The four rules of packages

Rule #1: Always separate your business-logic code from the GUI code. Without this rule, all your code will be a hot mess, where libraries cannot exist. Rule #2: There should be no floating units. A unit should always belong to a project (Dpr or Dpk). Without this, you will fail to properly generate some DCU […]

The four rules of packages Read More »