Difference between revisions of "Talk:Base converting"

From Lazarus wiki
Jump to navigationJump to search
(Update)
(Update)
 
(No difference)

Latest revision as of 10:20, 26 May 2022

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)