Sydney Meeting – January 2015
Wednesday 28th January 2015 at 6 for 6:15pm start.
Colin Johnsun will present on List Processing with Generics and Anonymous Methods: Functional Programming in Delphi… Continue reading ›
Nested Type Enumerations
Over the last couple of years, I have been making more use of nested types to organise how my code (behaviour) is organised in an application. If some application behaviour (encapsulated in class A) is part of a broader behaviour (encapsulated in class B), then I will at least consider nesting class A within class B.… Continue reading ›