stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Source Code Refactor #48

Closed gmallard closed 12 years ago

gmallard commented 12 years ago

The connection.rb and to a lesser extent client.rb source modules are beginning to reach an insane LOC number.

These modules need to be split into multiple source modules based on public / private method specifications and on what functionality is implemented.

Additionally at some point the entire source tree should be "beautified".

This seems to be a quiet time for the gem, and this effort can be started.

gmallard commented 12 years ago

Expanding the scope of this to include:

gmallard commented 12 years ago

Close, ref above commits.