Opened 11 years ago

Closed 11 years ago

#803 closed defect (invalid)

programming style

Reported by: shakingWaves Owned by:
Priority: minor Milestone:
Component: HM Version: HM-8.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

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 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by davidf

  • Resolution set to invalid
  • Status changed from new to closed

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.

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

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Li Xiaobo(Reporter)