由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Code review
相关主题
Newbie Question about DebuggingVS2010 Add reference Dialog, not good
好冷清啊VS2010的考试,取消了70-536了?
微软将VB和C#合二为一 年底推出全新平台VS2010Is it possible?
anyone tried vs2010 beta2?VS2010 Report Viewer and subreports, help!
vs2010 beta test 出来了What's the difference between ToolsVersion and Target Framework?
VS2010 officially released todayHow to use a shared project in both VS2010 and VS2008?
Microsoft Launch 2010 Events牛人指点一下,这几个考试的顺序怎么来比较合适
VS2010装上了Visual Studio 2012 and .net 4.5 Release candidate available for download
相关话题的讨论汇总
话题: wow话题: project话题: try话题: catch话题: code
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
Reviewing a team project: 14 projects in the solution. First glance was "WOW"
, big project. Quick review, each project has one cs file!!! WFT!!!
There is no try..catch, I can see how often the app shuts down itself
silently!!
H*******g
发帖数: 6997
2
哈哈哈,看把你个激动的,WTF都成了WFT了,哈哈
H*******g
发帖数: 6997
3
话说一定要TRY CATCH么?我DEBUG的时候用,保证没错的时候我全给REMOVE掉了以此提
升PERFORMANCE.

WOW"

【在 c**t 的大作中提到】
: Reviewing a team project: 14 projects in the solution. First glance was "WOW"
: , big project. Quick review, each project has one cs file!!! WFT!!!
: There is no try..catch, I can see how often the app shuts down itself
: silently!!

w******d
发帖数: 675
4
呵呵,刚刚编译完一个19个projects的solution,经常编译中把vs2010搞死,能安安静
静的编译成功一次大约两个小时。这19个projects包括不同的类型,数据库,website,
exe,端的麻烦。

WOW"

【在 c**t 的大作中提到】
: Reviewing a team project: 14 projects in the solution. First glance was "WOW"
: , big project. Quick review, each project has one cs file!!! WFT!!!
: There is no try..catch, I can see how often the app shuts down itself
: silently!!

c**t
发帖数: 2744
5
好像超过12个projects的solution在2010里编译就是要慢些,2012 据说要好不少。我
看的这个,每个project只含一个文件,每个文件一到两个method。其中的一个method
还被copy &paste 数次。完全是contractor在玩花活。我已经直接建议让这个A3走人
r****y
发帖数: 26819
6
赞这个建议。

website,

【在 w******d 的大作中提到】
: 呵呵,刚刚编译完一个19个projects的solution,经常编译中把vs2010搞死,能安安静
: 静的编译成功一次大约两个小时。这19个projects包括不同的类型,数据库,website,
: exe,端的麻烦。
:
: WOW"

p*********t
发帖数: 2690
7
method直接写在manager class里,用的时候直接call好了。每个project有一個
mananger class,所有要用到的函数都写到里面。asp.net的aspx文件里面就调用这些
method 就好了。
try...catch...是一定要用的,java也是try...catch代码比try里面的代码还多。

method

【在 c**t 的大作中提到】
: 好像超过12个projects的solution在2010里编译就是要慢些,2012 据说要好不少。我
: 看的这个,每个project只含一个文件,每个文件一到两个method。其中的一个method
: 还被copy &paste 数次。完全是contractor在玩花活。我已经直接建议让这个A3走人
: 。

f*****e
发帖数: 5177
8
为什么不用msbuild command line?

method

【在 c**t 的大作中提到】
: 好像超过12个projects的solution在2010里编译就是要慢些,2012 据说要好不少。我
: 看的这个,每个project只含一个文件,每个文件一到两个method。其中的一个method
: 还被copy &paste 数次。完全是contractor在玩花活。我已经直接建议让这个A3走人
: 。

f*****e
发帖数: 5177
9
depends on the design, you may not need try..catch everywhere.

WOW"

【在 c**t 的大作中提到】
: Reviewing a team project: 14 projects in the solution. First glance was "WOW"
: , big project. Quick review, each project has one cs file!!! WFT!!!
: There is no try..catch, I can see how often the app shuts down itself
: silently!!

p*********t
发帖数: 2690
10
no try ...catch? 谁写的程序?

WOW"

【在 c**t 的大作中提到】
: Reviewing a team project: 14 projects in the solution. First glance was "WOW"
: , big project. Quick review, each project has one cs file!!! WFT!!!
: There is no try..catch, I can see how often the app shuts down itself
: silently!!

1 (共1页)
进入DotNet版参与讨论
相关主题
Visual Studio 2012 and .net 4.5 Release candidate available for downloadvs2010 beta test 出来了
今年的TechEdVS2010 officially released today
用了几个小时VS2012RC 我的眼睛快瞎了Microsoft Launch 2010 Events
Visual Studio 2012 只能在Win 8才能使用吗VS2010装上了
Newbie Question about DebuggingVS2010 Add reference Dialog, not good
好冷清啊VS2010的考试,取消了70-536了?
微软将VB和C#合二为一 年底推出全新平台VS2010Is it possible?
anyone tried vs2010 beta2?VS2010 Report Viewer and subreports, help!
相关话题的讨论汇总
话题: wow话题: project话题: try话题: catch话题: code