blah blah blah is here! blah blah » Close

1
votes
2 answers

Use of unassigned local variable C sharp

I am trying to write a program that takes how many logs you can cut per minute, and multiply it by the logs you want to cut, to figure out how many minutes it will take. I have .NET framework v4. Here is my code: [code]string logspermin ...

1
votes
1 answers

With a python based web application, how can you test for runtime errors effectively?

Rick_A
761

I am using to asp.net/java based development where you get allot of compile time checking and you can be assurred that things will be 'fine' once you deploy. I am getting exciting about Python (and Ruby), but don't like the idea of publi ...

Feedback