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
Nested Type Enumerations
5