boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 新码工请教如何处理修bug和开发features (转载)
相关主题
xgboost 训练小感
C里面有没有default argument这么一说,是不是只有在C++里有这个feature?
C# 的一些新feature.
C++ array new一问
which libs needed to enable c++ features
面试问题: most important feature under consideration in new C++ standard
其实很多C++11的feature都是从TR1, Boost,过来的老feature了
今天没有上班,说一个FEATURE吧,concept lite
TeacherWei给说说c++的前景吧
关于java的入门请教
相关话题的讨论汇总
话题: bug话题: 码工话题: 处理话题: features话题: flaky
进入Programming版参与讨论
1 (共1页)
f*****d
发帖数: 2285
1
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: flgtspd (flgtspd), 信区: SanFrancisco
标 题: 新码工请教如何处理修bug和开发features
发信站: BBS 未名空间站 (Wed Jun 11 01:22:30 2014, 美东)
自己刚参加工作不久,现在在工作中遇到了一些问题。向有经验的码工请教。
在工作中时常需要修bug,如果不停的修bug,会delay写新feature的进度。想请教一下
,如何比较好的处理这两个问题。
有些bug是flaky的,比较难处理,很多时候的bug也不知道是谁的错。有时候,是自己
的代码出的错,可是flaky的rate比较低,修起bug也比较花时间。
关键是修bug会打断开发新feature的进度。 不知道怎么处理这两者间的关系。
还请有经验的码工赐教!多谢!
g*****g
发帖数: 34805
2
You should have some bug tracking system, e.g. JIRA and some form of sprint
to organize what you plan to finish in the sprint. Tickets should be
prioritized, regardless of gugs or new features.
f*****d
发帖数: 2285
3
多谢大牛回复!

sprint

【在 g*****g 的大作中提到】
: You should have some bug tracking system, e.g. JIRA and some form of sprint
: to organize what you plan to finish in the sprint. Tickets should be
: prioritized, regardless of gugs or new features.

i**i
发帖数: 1500
4
Check with your boss:
- here are the issues and the consequence.
- here is my plan
- if something does not go smoothly, here is the strategy: somebody else
take over; prioritize the queue again.
The philosophy: Be your own boss.

【在 f*****d 的大作中提到】
: 多谢大牛回复!
:
: sprint

f*****d
发帖数: 2285
5
多谢指导!

【在 i**i 的大作中提到】
: Check with your boss:
: - here are the issues and the consequence.
: - here is my plan
: - if something does not go smoothly, here is the strategy: somebody else
: take over; prioritize the queue again.
: The philosophy: Be your own boss.

1 (共1页)
进入Programming版参与讨论
相关主题
关于java的入门请教
spark RDD不能当K/V store是吧?
c# 6 new features.
interface是oo feature吗
为何人DNA里那么多无用代码? (转载)
这个问题什么做feature比较好?
Kaggle入门问题 (转载)
svm/svr还是不错的
弱问, 有category的features怎么转化成数字的?
码工命苦啊,软件工程把人困死之一
相关话题的讨论汇总
话题: bug话题: 码工话题: 处理话题: features话题: flaky