Skip to content

Commit 03507a0

Browse files
committed
add ref
1 parent e813900 commit 03507a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

codingstyle/codingstyle.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- 动态语言的变量命名尽量可以从名称就知道其类型,比如url_list, info_dict_list,降低阅读和理解的难度。(我的感觉就是动态语言易编写,写不好后期更难维护)
2626
- 风格上衡量不了请参考知名开源项目的做法。以可读性和维护性作为标准。
2727

28+
* `《Python 工匠:善用变量来改善代码质量》 <http://www.zlovezl.cn/articles/python-using-variables-well/>`_ 动态语言命名尽量可以表达出类型,否则不好维护
2829

2930
编程范式
3031
--------------------------------------

memo/memo.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ Tmux
154154
155155
tmux rename -t oriname newname
156156
tmux att -t name -d # -d 不同窗口全屏
157+
# 如果手贱在本机tmux里又ssh到服务器又进入服务器的tmux怎么办
158+
c-b c-b d
157159
158160
159161
Git

0 commit comments

Comments
 (0)