> what does the _t in TypeAndLevel_t mean? We also have some _s stuff in the > typedefs.
The _t mymics standard naming conventions from C++: uint8_t (_t stands for type). I think it unwise to use this for user defined types as for me it symbolizes a standard type. _s I have no idea what it should stand for and I think we should use it. > If we wish to move to 'using' anyway, maybe just skip the rule and clean them > up? Just add a simple rule that check that typedef is never used then? -- https://code.launchpad.net/~widelands-dev/widelands/bug-1343297_2/+merge/234183 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1343297_2. _______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp

