We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e813900 commit 03507a0Copy full SHA for 03507a0
codingstyle/codingstyle.rst
@@ -25,6 +25,7 @@
25
- 动态语言的变量命名尽量可以从名称就知道其类型,比如url_list, info_dict_list,降低阅读和理解的难度。(我的感觉就是动态语言易编写,写不好后期更难维护)
26
- 风格上衡量不了请参考知名开源项目的做法。以可读性和维护性作为标准。
27
28
+* `《Python 工匠:善用变量来改善代码质量》 <http://www.zlovezl.cn/articles/python-using-variables-well/>`_ 动态语言命名尽量可以表达出类型,否则不好维护
29
30
编程范式
31
--------------------------------------
memo/memo.rst
@@ -154,6 +154,8 @@ Tmux
154
155
tmux rename -t oriname newname
156
tmux att -t name -d # -d 不同窗口全屏
157
+ # 如果手贱在本机tmux里又ssh到服务器又进入服务器的tmux怎么办
158
+ c-b c-b d
159
160
161
Git
0 commit comments