Re: function and typedef naming thoughts

2019-03-05 Thread Richard Levitte
On Tue, 05 Mar 2019 10:11:06 +0100, Tim Hudson wrote: > Looking at PR#8287 I think we need to get some naming schemes written down > and documented and > followed consistently. The naming used in this PR seems to be somewhat > inconsistent. > > For me, I think the naming convention most often us

function and typedef naming thoughts

2019-03-05 Thread Tim Hudson
Looking at PR#8287 I think we need to get some naming schemes written down and documented and followed consistently. The naming used in this PR seems to be somewhat inconsistent. For me, I think the naming convention most often used is return_type SOMETHING_whatever(SOMETHING *,...) as a general