Difference between revisions of "Talk:Base converting"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "=camelCaseNames= Why camelCase in the unit code? Pascal is using PascalCase. ~~~~")
 
(Update)
 
Line 2: Line 2:
 
Why camelCase in the unit code? Pascal is using PascalCase.
 
Why camelCase in the unit code? Pascal is using PascalCase.
 
[[User:Alextp|Alextp]] ([[User talk:Alextp|talk]]) 09:16, 26 May 2022 (CEST)
 
[[User:Alextp|Alextp]] ([[User talk:Alextp|talk]]) 09:16, 26 May 2022 (CEST)
 +
:: Maybe a macOS developer where camelCase is common even in the Pascal Cocoa headers eg <syntaxhighlight lang=pascal inline>procedure performActivityWithOptions_reason_usingBlock (options: NSActivityOptions; reason: NSString; block: OpaqueCBlock); message 'performActivityWithOptions:reason:usingBlock:';</syntaxhighlight>. Does it matter? Let's not descend into the C-like style wars.  [[User:Trev|Trev]] ([[User talk:Trev|talk]]) 10:20, 26 May 2022 (CEST)

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)