tipeXwins / PipeLLMine

0 stars 0 forks source link

Avoid commented code #13

Closed martinezmatias closed 1 year ago

martinezmatias commented 1 year ago

No code should be commented: thanks to the modularization, one can create different modules, then in one test case one can "activate " those we want to execute in that case. Ex. this code should not be commented: either it´s removed (as it´s commenter) or it's uncommented (and tested)

Another example of commented code: https://github.com/tipeXwins/TFG-LMBugFixing/blob/e08bd3f35691272bb33bcb57debe57224c441fd2/Pipeline/Calls.py#L236

tipeXwins commented 1 year ago

I have deleted most of the commented code classes since they were not necessary