mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

[cleanup] connection.py misc #61

Closed kchodorow closed 12 years ago

kchodorow commented 12 years ago

I always get confused here: https://github.com/kchodorow/logl/blob/master/logl/post/connection.py#L45, can you add a comment like, "end of ThreadClass" or something?

One style I like for stuff like https://github.com/kchodorow/logl/blob/master/logl/post/connection.py#L124 is changing it to

if len(type) == 0:
    return

if type == "please":
...

Keeps indentation to a minimum.