Opened 12 years ago Closed 12 years ago #803 closed defect (invalid)programming style
Description
I have browered some source code of HM-8.1.I have understood that thefunction of TAppCommon Project is lexical analysis.I have try to representit with UML,but I failed,because of the programe style is not pure object-oriented.they are the mixed of object-oriented and procedual-orientedprograme style. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
TAppCommon contains program_options_lite which is a command line option parser in the spirit of boost::program_options, however, without the overhead of having to bundle a few million bytes of code into our repository.
If you are trying to investigate the structure of the HM software, TAppCommon is one of the least interesting modules.
I am closing this ticket as invalid since it doesn't raise a valid issue with HM.