You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Clean Coder Rule: Always leave the code cleaner than you found it. 不用的代码及时清除,留着只会造成冗余和误解(如果你认为某段代码将来可能会用到,我明确告诉你基本上它是用不到的)。笔者经验是用动态语言写代码很难写出 clean code,必须上各种静态检测工具和规范来约束,防止代码腐化。
0 commit comments