Talk:Base converting
From Free Pascal wiki
Jump to navigationJump to search
camelCaseNames
Why camelCase in the unit code? Pascal is using PascalCase. Alextp (talk) 09:16, 26 May 2022 (CEST)
- Maybe a macOS developer where camelCase is common even in the Pascal Cocoa headers eg
procedure performActivityWithOptions_reason_usingBlock (options: NSActivityOptions; reason: NSString; block: OpaqueCBlock); message 'performActivityWithOptions:reason:usingBlock:';
. Does it matter? Let's not descend into the C-like style wars. Trev (talk) 10:20, 26 May 2022 (CEST)
- Maybe a macOS developer where camelCase is common even in the Pascal Cocoa headers eg