tkdchen's recent timeline updates
tkdchen

tkdchen

V2EX member #45828, joined on 2013-09-23 13:02:22 +08:00
tkdchen's recent replies
Dec 16, 2014
Replied to a topic by gengzhengtao 咖啡 程序员喝茶的多,还是喝咖啡的多
胃不好的,慎喝绿茶
微信有个意见反馈可以试试看。声明:我不是微信的人。
适时地去运动
Aug 9, 2014
Replied to a topic by Garwih 问与答 这个编辑器配色方案是什么?
看着很舒服。这个是从Mac里截的,还是PC?
Jan 19, 2014
Replied to a topic by yescola macOS Mac里有什么免费好用的邮件客户端么?
Mozilla Thunderbird
Jan 8, 2014
Replied to a topic by devqin 程序员 如何读代码?
使用ctags。
从代码的循环和分支结构中,从宏观了解某个函数或者方法的逻辑。
一定要使用版本控制,例如git,bzr,hg。
及时的做注释并使用TODO,FIXME,NOTE做标识。
适时地做合理地推断
Jan 8, 2014
Replied to a topic by Hector01 程序员 代码写久了手腕有点疼
哈哈,是的。尤其是像我这样敲键盘手腕很用力的。选择一个适合自己的键盘很重要。
Jan 8, 2014
Replied to a topic by androidBrant iDev iOS代码风格问题
这是由来已久的两种C风格编程语言的代码风格。对于C/C++代码我喜欢后者,对于Javascript代码喜欢前者。但不管采用哪一种,一定要在项目中坚持使用,统一代码的风格。

http://en.wikipedia.org/wiki/Indent_style
Sep 23, 2013
Replied to a topic by supersheep Python python可不可以单文件单class?
@supersheep Add `from a import *` into file __init__.py under directory controller/page

Or give the full reference path based on the path of your project, `from controller.page.a import *`

Better not use dot in from-import statement

Sorry for inputting English, cannot use Chinese while writing this.
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2521 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 09:44 · PVG 17:44 · LAX 02:44 · JFK 05:44
♥ Do have faith in what you're doing.