Skip to content

Commit

Permalink
TODO: New event naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jul 26, 2013
1 parent bb9d275 commit 9459970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Refactoring
complicated without providing any benefits and, worse, lowers flexibility.
* Maybe replace jd.connect with a Lua function <-> luabind::object() converter
so that jd.connect() is not necessary anymore and
fooComponent:connect_bar(f) can be used instead.
fooComponent:onBar(f) can be used instead.
* Get rid of LuaComponent::bindLuaPart(): Maybe luabind::adopt() is now
capable of replacing it.
* Exceptions: Use boost::exception/error_info system or at least a proper
hierarchy.
hierarchy.

0 comments on commit 9459970

Please sign in to comment.