andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
806 stars 350 forks source link

Apply Google style to filename, include, header-guards #60

Closed rakhimov closed 6 years ago

andrewprock commented 6 years ago

Let's keep the class names and the file names aligned. Doing this creates multiple tokens for the same concept:

include "card_distribution.h:

... CardDistribution c; ...

rakhimov commented 6 years ago

Let's keep the class names and the file names aligned. Doing this creates multiple tokens for the same concept:

C++ is not Java!

The current convention is just weird.

andrew-ebss commented 6 years ago

You should try coding in MFC ;)

rakhimov commented 6 years ago

You should try coding in MFC ;)

Thanks, I am no masochist.