-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The classes are being rewritten when the only real problem for reuse is the
msg handling part of the classes themselves. So the package is a little
more redundant and bloated then needed.
The best solution would be write a message class that basically contains
the structure of the message and then the client and controller can extend
that and create their own class that tells how to deal with their specific
messages. This will cut down the number of classes in the networking package.
Original issue reported on code.google.com by darkbird44@gmail.com on 16 Mar 2007 at 4:56
Reactions are currently unavailable