Forgot your password?
typodupeerror

Comment Re:Glory days are here (Score 1) 814

I am not necessarily a fan of checked exceptions either, but the mess that exists now is much worse. In an ideal world people would know what sorts of exceptions are likely to arise from what they call. Checked exceptions make the developer quite clear of what happens at compile time, but they can be a pain for trivial exceptions.

The problem that exists now in my experience is that junior people are using functions without regard for what type of exceptions they may throw, and nothing shows up till run time. I've seen so many "unchecked exception in..." error messages it is disgusting, and every single one could of been caught by the compiler with checked exceptions.

I think the best probably lies somewhere in between the Java - check everything and the .NET - check nothing until the program crashes philosophies. But .NET does not have the functionality to force checking. It is not a "feature" as they claim (Yes I read their little paper on why they aren't there and no I don't think it holds water). In Java, when creating new code they are optional, unfortunately they are over used in many libraries, but atleast the option is there if I want to use it.
Censorship

Canadian Gov't Grants Olympics Ownership of Winter 145

An anonymous reader writes "Michael Geist reports that the Canadian government has introduced new legislation that grants Vancouver Olympic organizers broad powers to police the use of any commercial use of the words associated with the Olympics. These incredibly include 'winter, Vancouver, and games.' As Geist notes, the government 'has no time to deal with spam, spyware, privacy, or net neutrality, but commits to legislation on behalf of the organizers of a sporting event?'"

Microsoft Launches Linux Labs Website 275

mjdroner writes "ZDNet is reporting that Microsoft is launching a website to 'share the activities of its internal Linux laboratories.' Microsoft says its goal is to foster communication with those who use open-source. The article also mentions that Microsoft runs a 300-server Linux installation to test open-source products." From the article: "Customers will be able to submit requests to Microsoft employees. For example, a person could ask how to best test the use of Linux desktops working with Microsoft's directory software. In addition, Port 25 will do video interviews with Microsoft employees with experience in the open-source or Unix world, Hilf said."

Slashdot Top Deals

The trouble with money is it costs too much!

Working...