Forgot your password?
typodupeerror

Comment Re:doomed from the start (Score 1) 162

I run a small consulting/programming outfit in the same highrise as the Square USA offices. It seems like in Hawaii the recession is just beginning to hit us. Lucky for us, we're hiring more programmers and office space has never been cheaper.

The Square closing is sad and speaks to a greater problem with doing business in Hawaii on a global scale. Hawaii has neither the infrastructure nor the expertise to assist businesses looking to grow beyond the islands. It sort of makes me sick.

Comment With fine grained tasks, you CAN estimate. (Score 1) 225

I wrote an article about the method we use at Fog Creek for making software schedules which I've seen work very precisely, consistently, on projects from a week to two years. The basic approach is to make sure that the granularity of the tasks that you are estimating is fine. If you itemize the tasks at the procedure level (write subroutine x), where each task is less than 2 days, your schedule will work. The reason most people's estimates don't work is because they pull them out of the air, instead of actually thinking about what tasks they will need to complete. Getting down to the procedure level forces you to figure out what you're actually going to do, which is how you get a real estimate.

Slashdot Top Deals

A man is known by the company he organizes. -- Ambrose Bierce

Working...