Skip to content

The client code is abysmal #10

@pablo-meier

Description

@pablo-meier

Everything I hate and imagine as a messy, unmaintainable system is in the client code. I wrote it as a quick one-off, just wanting something quick and dirty to test my 'real' server code in. But it actually has a little potential as a client, and I ought to refactor the life out of it.

Among other things, it is wholly non-object-oriented (not taking advantage of Ruby...), and littered with conventions (most objects are just represented by hashes, and their definitions are in the serialization code). Most of the important work is in the Painter class, this should be broken up.

Hopefully the move to Thrift (#3) will ease this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions