Re: [OPEN-ILS-DEV] Function naming conventions

2007-11-23 Thread Scott McKellar
Along the same lines: in osrf_app_session.h there are two different typedefs for the same struct: osrf_app_request and osrfAppRequest. There are also two other typedefs for a different struct: osrf_app_session and osrfAppSession. Unless I hear otherwise, I shall assume that the camelCase version

Re: [OPEN-ILS-DEV] Function naming conventions

2007-10-29 Thread Bill Erickson
Scott McKellar wrote: In a number of cases I have found pairs of functions with similar names, where one is lower case with underscores (foo_bar) and the other is camel case (fooBar). One way or another they execute the same underlying code, so they are effectively just different spellings of