Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Names representing typedefs should be written like type names #2

Closed
simonlynen opened this issue May 6, 2013 · 1 comment
Closed

Comments

@simonlynen
Copy link
Contributor

typedef std::vector<cv::Point> PointVector; //NOT: PointVector_t, NOT: PointVector_type
typedef boost::shared_ptr<aslam::Camera> CameraPtr; //NOT: Camera_ptr
@furgalep
Copy link

+1
The google justification is good in this way: all type names are camel case starting with a capital.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants