DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Some code cleaning #107

Closed mawHBT closed 1 year ago

mawHBT commented 1 year ago
DaGeRe commented 1 year ago

Thanks for the PR. While this is overall fine, method names should not contain or (in addTestOrIntegrationTestBlock). I'd recommend to name it just addTestPhaseBlock or something like this.

mawHBT commented 1 year ago

Renamed GradleBuildfileEditor.addTestOrIntegrationTestBlock to addTestPhaseBlock

DaGeRe commented 1 year ago

Looks fine, thanks for the PR!