Skip to content

WIP: Function rename

Jin Zhang requested to merge jinz/corryvreckan:function_rename into master

This MR change the function name releted to MR !263 (merged) , to make it easier to overview, this is to be review after !263 (merged)

following are the rules:

public function as CamelCase(), private function as lower_case()

Simultaneously, Name() changes to GetName() and Type() changes to GetType()

Merge request reports