News

Object Pascal has per-unit initialization and finalization (units being like Java packages), but not per-class initialization. You can easily initialize all of the class variables (static ...
NetBeans 7.2 makes it easy to see how a constructor can be refactored into a static factory and will even do the basic work for the developer. Original posting available at https://marxsoftware ...