indiantarget / quimeraengine

0 stars 0 forks source link

Adapt the code of the Common library to good practices: Built-in types by copy #513

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A new good practice have been introduced to the development guidelines: 
Built-in types must be passed by copy, as opposite to non-build-in types, which 
are passed by reference.
So basically this task consists in deleting the ampersand of all the function 
parameters of type int, float, double, etc.

Original issue reported on code.google.com by Lince3D@gmail.com on 15 Feb 2014 at 10:35

GoogleCodeExporter commented 9 years ago
Of course, this only applies to input-only parameters. Output parameters need 
to be pass by reference obviously.

Original comment by Lince3D@gmail.com on 15 Feb 2014 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 25 Apr 2014 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 13 Nov 2014 at 11:53

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 14 Nov 2014 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 25 Nov 2014 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 25 Nov 2014 at 8:00