L
lhdqz
Unregistered / Unconfirmed
GUEST, unregistred user!
什么样的代码是易读,高效,安全的。
能举出例子来吗.
如function(aList:List);
begin
Assert(aList<>nil, 'Supplied List is null');
end;
对于每个子函数为保证参数符合要求,都调用assert,这样做是可行的吗?
有没有别的办法
能举出例子来吗.
如function(aList:List);
begin
Assert(aList<>nil, 'Supplied List is null');
end;
对于每个子函数为保证参数符合要求,都调用assert,这样做是可行的吗?
有没有别的办法