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 | |
N****p 发帖数: 1691 | 4 code写的整齐是优点
特别是写documentation 认真写下来 会发现自己没考虑到的很多地方
hack暂时meet deadline还行 过段时间有空了就得弄个真正的solution
否则修修补补 总有一天再也修不好 要推倒重建 |
p****d 发帖数: 2183 | |
c********l 发帖数: 3254 | |
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 | |
s****y 发帖数: 983 | 9 保持好的code styling肯定是好事,但我也理解楼主,有些人自大的认为和自己不一致
的就是bad coding |
d**********1 发帖数: 569 | |
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 | |
T**********t 发帖数: 449 | 13 你们重写code这样的事情,没有architect给把把关吗? |
l*********o 发帖数: 3091 | 14 重写code就是architect重写自己写的code呀。要不然怎么会miss deadline.
【在 T**********t 的大作中提到】 : 你们重写code这样的事情,没有architect给把把关吗?
|