Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Software

Submission + - Open Source Conference Management System

Ankit Jain writes: "Is there any open source Conference Management Software? Preferably a web application.
We are going to organise a research conference where authors can submit papers. What we need is a paper review workflow: user management, paper submission, paper review, comments submission, and notifications."
Java

Submission + - Java's Unreachable Code 1

Ankit Jain writes: "In Java, unreachable code is treated as compilation error. What do you think? Isn't making it warning would have made developers' life simpler? Well, as a good programming habit we always remove warnings from code and here it makes sense to flag a warning. I simply mean that while writing Java code, if you want to skip rest of the code within a function for (adhoc) testing you write return instead of making all lines comment."

Slashdot Top Deals

Never call a man a fool. Borrow from him.

Working...