WIP: Function rename
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()