由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 你身边有这样的人吗?--- code stylist
相关主题
jun rao说kafka已经开始用Java代码重写部分code了Scripting language的几个问题
Refactoring long class step by step (1)The Web development skills crisis ZZ
C++ IDE under Linuxany lexer/parser enthusiasts here?
写Java程序不用IDE,那心灵得多强大啊编程语言选择问题
FP的教材是怎么误导人的觉得自己写的代码很不professional
对PyCharm屈服了……自定义数据类型冲突
Refactoring long class step by step (2)Continue feeling the pain
郁闷[合集] Python/Jython refactoring 还是比较麻烦的
相关话题的讨论汇总
话题: code话题: stylist话题: source话题: deadline
进入Programming版参与讨论
1 (共1页)
l*********o
发帖数: 3091
1
有些人总看别人的code不顺眼,评价是funny, shitty, even that code works fine.
自己的code也很喜欢refactoring, 甚至不惜miss deadline,端详自己的code,感觉很
美,其实他的code在别人眼里也是shitty.
open source真是个好东西,最近down了一个driver的source code,稍微调整就work的
很好,这个source code在网上已经3年多了,这期间fix了几个bug,这样的群策群力的
结晶,被他们说成,“I would not write it that way. ”
g*****g
发帖数: 34805
2
It's good to have a consistent style among the team, and refactoring is a
good habit, which force you to have good test coverage too. At the end of
the day, however, missing deadline is not acceptable.

.

【在 l*********o 的大作中提到】
: 有些人总看别人的code不顺眼,评价是funny, shitty, even that code works fine.
: 自己的code也很喜欢refactoring, 甚至不惜miss deadline,端详自己的code,感觉很
: 美,其实他的code在别人眼里也是shitty.
: open source真是个好东西,最近down了一个driver的source code,稍微调整就work的
: 很好,这个source code在网上已经3年多了,这期间fix了几个bug,这样的群策群力的
: 结晶,被他们说成,“I would not write it that way. ”

l******t
发帖数: 55733
3
refactor多有快感一事啊
N****p
发帖数: 1691
4
code写的整齐是优点
特别是写documentation 认真写下来 会发现自己没考虑到的很多地方
hack暂时meet deadline还行 过段时间有空了就得弄个真正的solution
否则修修补补 总有一天再也修不好 要推倒重建
p****d
发帖数: 2183
5
一直不喜欢open source的东西
c********l
发帖数: 3254
6
很多人的程序写的烂到爆。不是能用就行的
s******e
发帖数: 1751
7
clean logical code is very important.

.

【在 l*********o 的大作中提到】
: 有些人总看别人的code不顺眼,评价是funny, shitty, even that code works fine.
: 自己的code也很喜欢refactoring, 甚至不惜miss deadline,端详自己的code,感觉很
: 美,其实他的code在别人眼里也是shitty.
: open source真是个好东西,最近down了一个driver的source code,稍微调整就work的
: 很好,这个source code在网上已经3年多了,这期间fix了几个bug,这样的群策群力的
: 结晶,被他们说成,“I would not write it that way. ”

e******e
发帖数: 266
8
已经不写 code 了,你们慢慢玩。
s****y
发帖数: 983
9
保持好的code styling肯定是好事,但我也理解楼主,有些人自大的认为和自己不一致
的就是bad coding
d**********1
发帖数: 569
10
非常喜欢重构?代码屠夫啊
b******y
发帖数: 1684
11
最怕就是喜欢refactor却没有unit test cover的。
尤其很多还需要QA regression test的,自己胡搞refactor最容易出事。

【在 g*****g 的大作中提到】
: It's good to have a consistent style among the team, and refactoring is a
: good habit, which force you to have good test coverage too. At the end of
: the day, however, missing deadline is not acceptable.
:
: .

x*******1
发帖数: 28835
12
制造生产力,呵呵。
T**********t
发帖数: 449
13
你们重写code这样的事情,没有architect给把把关吗?
l*********o
发帖数: 3091
14
重写code就是architect重写自己写的code呀。要不然怎么会miss deadline.

【在 T**********t 的大作中提到】
: 你们重写code这样的事情,没有architect给把把关吗?
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] Python/Jython refactoring 还是比较麻烦的FP的教材是怎么误导人的
如何写坚实的代码?对PyCharm屈服了……
关于用 Eclipse 开发C++ 程序Refactoring long class step by step (2)
perl, Java, C/C++ 在数据处理和分析中的比较郁闷
jun rao说kafka已经开始用Java代码重写部分code了Scripting language的几个问题
Refactoring long class step by step (1)The Web development skills crisis ZZ
C++ IDE under Linuxany lexer/parser enthusiasts here?
写Java程序不用IDE,那心灵得多强大啊编程语言选择问题
相关话题的讨论汇总
话题: code话题: stylist话题: source话题: deadline