- Contents in this wiki are for entertainment purposes only
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Catcliffe Development. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:00, 5 March 2024 XenoEngineer talk contribs created page Vintage VB6 Code Conventions (Created page with "Category:Grimoire Category:Vintage VB6 <pre> Code Conventions 1. User-Defined Types (UDTs) for Class Internal Properties Purpose: Enhance encapsulation and maintain a clean, organized structure within classes. Convention: All internal properties of a class are encapsulated within a UDT. This UDT is private to the class and is named with a 'm' prefix (e.g., Dim m As udtMyClass). 2. Naming Conventions for UDT and Class Purpose: Ensure consistency in naming, making...")