Skip to content

Inefficient use of classes in the networking package #24

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions