c**t 发帖数: 2744 | 1 trading floor在用一个非常简单的vb6 app,现在要求增加新的feature,我花了一天
的时间把它port 到WPF并实现了新的功能 (only one winform with a few buttons,
which insert/update tables in Oracle)。居然同事说这是impossilbe,怀疑我的工作。 |
J**G 发帖数: 3310 | 2 你是天才行了吧
作。
【在 c**t 的大作中提到】 : trading floor在用一个非常简单的vb6 app,现在要求增加新的feature,我花了一天 : 的时间把它port 到WPF并实现了新的功能 (only one winform with a few buttons, : which insert/update tables in Oracle)。居然同事说这是impossilbe,怀疑我的工作。
|
i****a 发帖数: 36252 | 3 you need to learn learn
if it takes you 8 hours, you need to tell people it takes you a week.
this is for your own benefit, and for your whole department's benefit.
i am not kidding |
h**k 发帖数: 662 | 4 一天当然impossible,熟手最多也就一个小时 |
l******e 发帖数: 12192 | 5 sigh
作。
【在 c**t 的大作中提到】 : trading floor在用一个非常简单的vb6 app,现在要求增加新的feature,我花了一天 : 的时间把它port 到WPF并实现了新的功能 (only one winform with a few buttons, : which insert/update tables in Oracle)。居然同事说这是impossilbe,怀疑我的工作。
|
c**t 发帖数: 2744 | 6 有这么一段:
sub cmdButtonNameClick
dim str as String
do while !rs.EOF
..
str = str & "" & rs!fields... & ""
rs.MoveNext
loop
end
首先这个block了UI,其次根本没有必要,DB直接output xml不就结了?非要一条条的读
,这种string.Concat也是非常坏的style.
【在 l******e 的大作中提到】 : sigh : : 作。
|
A**H 发帖数: 4797 | 7 You did not get what he meant......
【在 c**t 的大作中提到】 : 有这么一段: : sub cmdButtonNameClick : dim str as String : do while !rs.EOF : .. : str = str & "" & rs!fields... & "" : rs.MoveNext : loop : end : 首先这个block了UI,其次根本没有必要,DB直接output xml不就结了?非要一条条的读
|
t**y 发帖数: 462 | 8 我也觉得impossible,真的
作。
【在 c**t 的大作中提到】 : trading floor在用一个非常简单的vb6 app,现在要求增加新的feature,我花了一天 : 的时间把它port 到WPF并实现了新的功能 (only one winform with a few buttons, : which insert/update tables in Oracle)。居然同事说这是impossilbe,怀疑我的工作。
|
|
c**t 发帖数: 2744 | 9 我知道,在老板面前他很难看。因为这个app他接手搞了一个多月。当时还说没有文档什
么的。
【在 A**H 的大作中提到】 : You did not get what he meant......
|