bric3 / nCGLIB

CGLIB fork, to try things! ... well it's even harder than already thought !
Apache License 2.0
1 stars 1 forks source link

Increase readability of the code #5

Open bric3 opened 12 years ago

bric3 commented 12 years ago

Without changing behavior, we can

abailly commented 12 years ago

That could be done as part of various developments, instead of a single pass at the onset which basically is boring and does not add value. I suggest we stick to the convention that "one leaves the campground cleaner than it found it" :-) In other words, as soon as we touch a source file, we should improve its readability.

bric3 commented 12 years ago

Yeah I aggree with you, and it might be costly to do that at once. I put this issue as a reminder, on mockito we have this long running issue of performant mocks :)