You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugs:
incorrect notify() handling in derived from input::Helper classes (as
Button, and etc.)
Enhancements:
*use "boost::shared_ptr<Control>" instead of raw "Control*"
*InputImpl::Load change to LoadFromString
*std::list<CommandPtr> m_commands change to std::map<>
Remarks:
желательно использовать typedef для
используемых сложных типов как Stl
контейнеры и итераторы
избыточное декарирование комментариев
избыточные комментарии (там где и так
понятно, например на методы
Get,Destoy,Init)
использование паблик переменных в классе
(Control)
в input::Input надо убрать сингельтон, заменив на
статический Init(InputImpl*)
не аккуратность с форвард объявлениями. в
результате InputImpl был всем виден.
Original issue reported on code.google.com by denis.o...@gmail.com on 12 May 2007 at 10:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
denis.o...@gmail.com
on 12 May 2007 at 10:01The text was updated successfully, but these errors were encountered: