-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Attached is a patch with basic name cleanup as per IRC talk.
- Remove "Get" from getters.
- Remove "Config" from names.
- ConfigFile becomes just Config.
Full list:
ConfigFile -> Config
NewConfigFile -> New
ReadConfigBytes -> ReadBytes
ReadConfigFile -> ReadFile
GetBool -> Bool
GetFloat64 -> Float64
GetInt -> Int
GetOptions -> Options
GetRawString -> RawString
GetSections -> Sections
GetString -> String
WriteConfigBytes -> WriteBytes
WriteConfigFile -> WriteFile
Original issue reported on code.google.com by rodrigo.moraes on 30 Aug 2012 at 10:27
Attachments: