DaGrisa / AphroCite

C Standard Library Wrapper and Unit Test Tool
MIT License
0 stars 0 forks source link

Int types #6

Open Norskan opened 7 years ago

Norskan commented 7 years ago

Either define own int types or wrap the existing stdint ones. possible variation of names could be unsignedInteger32, UInteger32, unsignedInt32

DaGrisa commented 7 years ago

UnsignedInteger32 would be my preferred style, just because of consistency

Norskan commented 7 years ago

Your probably right

Norskan commented 7 years ago

Okay i thought about this again and i thing your right UnsignedInterger32 is a bit long but its consistent with the reast. So we need the following types to cover the bases.

Norskan commented 7 years ago

@DaGrisa do you thing that T_UnsignedInteger8 would be okay because it is a type so why not prefix it?

DaGrisa commented 7 years ago

I personally don't like prefixes, as long as they are self explained ... for custom types maybe, but what else could an integer or floating point be? Basically it's just redundant information.

DaGrisa commented 7 years ago