BGPierce / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
0 stars 0 forks source link

Format c++ and #4

Open Luis46coco opened 7 years ago

Luis46coco commented 7 years ago

C ++ writing format and user display formats

I think we should have a common site to share, discuss and reach agreements on internal and external formats, for example

I do not know if it is better ( .bin, .dll) or with ";" Instead of "," and if you always add a space later or not, or use uppercase or lowercase letters

So far the format seems to be, lowercase and space after "," I do not know if it's better, ";"

With respect to the c ++ format it seems a little long command {       Break; }

I prefer

Command {       Break; }

Or for a single instruction inside, use:

Command      Break;