ethz-asl / curves

A library of curves for estimation.
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

Reference Arguments #6

Closed sanderson77 closed 10 years ago

sanderson77 commented 10 years ago

I suppose this comes down to personal preference, but I am a fan of Google style when it comes to references/pointers (inputs are const refs, outputs are pointers)

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Reference_Arguments

Opinions?

furgalep commented 10 years ago

I'm okay with this as well...I won't update today because I'm tired. Sean, maybe this is a good start for you to update?

sanderson77 commented 10 years ago

sounds great. got everything compiling and gtests running. will do this in the morning