Re: Why code completion and early error checking are needed
Bob Hairgrove wrote:
[color=blue][color=green]
> >Will it give an indication of the exceptions thrown by a function call?[/color]
>
> The language already has throw specifications. There has been much
> discussion as to their usefulness; many people consider them even a
> bit dangerous because they can "lie" about what is thrown or not
> thrown.[/color]
Such lies abort your program.
--
Phlip
Bob Hairgrove wrote:
[color=blue][color=green]
> >Will it give an indication of the exceptions thrown by a function call?[/color]
>
> The language already has throw specifications. There has been much
> discussion as to their usefulness; many people consider them even a
> bit dangerous because they can "lie" about what is thrown or not
> thrown.[/color]
Such lies abort your program.
--
Phlip
Comment