facebookarchive / flashback

Capture and replay real mongodb workloads
Other
217 stars 72 forks source link

Style improvements #29

Closed wojcikstefan closed 8 years ago

wojcikstefan commented 9 years ago

Hi there! I realized that the profile collection's dump doesn't preserve the right ordering of op.query.$hint and op.query.$order_by. I'll send a separate PR about that, but decided to improve the style of the code a bit first, so that it's more readable. I believe this PR makes it a lot cleaner. Let me know what you think.

tredman commented 8 years ago

Agree this needed cleanup. Thanks for taking a thorough look at this.