class
用camel case(單字首字大寫/無空格/無底線)
SomeClass
constance
全大寫+底線分隔
FIRST_CONSTANCE
Global variables
用$標示,全小寫
$global_variable
local variables
在method中活動, 全小寫
local_variable
用@標示,在class中活動(可跳出method外),全小寫
instance_variable
留言
張貼留言