heapwolf / ldb

A C++ REPL / CLI for LevelDB
MIT License
201 stars 23 forks source link

cleanup: reduced scope and moved constants to .cc file #27

Closed ralphtheninja closed 10 years ago

ralphtheninja commented 10 years ago

I admit I have problems doing small PRs but I am going to try and do smaller PRs so it's easier to see what's happening. Starting off with a smaller clean up. Gonna attack function parameters next (constant references) and after that break out a couple of functions. Just so you know what's in my pipe (today at least).

heapwolf commented 10 years ago

w00t! Nice job cleaning up and making the style more sane ;) I have an odd style.