从今天开始规定自己的代码规范
基本规范
(全局)Global variables: ‘_rule’ or ‘_globalRule’;
(局部)Local variables: ‘rule’ or ‘globalRule’;
(局部自定义)Custom variables: ‘rule’ or ‘global_rule’;
(私有)Private methods: ‘_Rule’ or ‘_Global_Rule’;
(共有)Public methods : ‘Rule’ or ‘GlobalRule’;

                
            
        
浙公网安备 33010602011771号