Tagged Questions

0
votes
3answers
37 views

What are the major benefits of an in-person interview?

The question: How important is it to have an in-person interview? Related thoughts Obviously no one can say that an in-person interview is paramount in our industry -- people ar …
0
votes
7answers
83 views

Requirements for a game

I'm writing an iPhone game and I am trying to write some requirements documents. I have never written requirements before so I got the book Software Requirements. I have not fini …
-1
votes
12answers
195 views

Rolling my own “Version Control”

I'm a hobby developer and i want to put my projects in some sort of version control. I've tried several version control systems (git i think, SVN, mercurial, bazaar) and they were …
0
votes
5answers
80 views

Writing programs in dynamic languages that go beyond what the specification allows

With the growth of dynamically typed languages, as they give us more flexibility, there is the very likely probability that people will write programs that go beyond what the speci …
1
vote
3answers
82 views

What’s the longest regexp you’ve ever written/found? [closed]

What's the longest/more convoluted and braindamaging regexp you've ever written? :-) The site is full of examples, this recent post just drew me crazy for 10 minutes. And this one …
-3
votes
0answers
76 views

What are your favourite/”Must have” Utility/Helper Classes for developers in the DotNet Platform? [closed]

I was looking at my validation utility class developed to validate different datatypes using regular expressions. I got curious and want to know what other utility/helper classes o …
1
vote
5answers
112 views

What is an irrational number relevant to computer science? [closed]

For a project we're working on right now, we want to pull a Donald Knuth and have a version number that converged towards some irrational number. However, we don't want to use some …
0
votes
2answers
36 views

ASP.NET HTML Helpers vs Generic HTML

Are there any real benefits to using ASP.NET HTML Helpers over Generic HTML? For me, I really do not see any "major" advantage. What do you think? Update: How flexible is it with …
0
votes
4answers
61 views

What is the most interesting server name you have ever seen? [closed]

There's some funny kids out there writing code for production machines. I think sometimes the only way to express yourself in enterprise development is in naming things. What are t …
0
votes
7answers
62 views

Which HTML DocType?

I was asked today by a senior developer which doctype I'd use if I was going to write something (personal / non-commercial) for the open web. I responded, <!doctype html>, t …
2
votes
3answers
158 views

What’s your best office “perk”?

Figured I'd throw out an easy one post turkey hangover. I'd have to say mine is that we're allowed to bring our dogs to work with us. What's yours?
4
votes
9answers
250 views

How serious is your work enviroment and how can you alleviate this ? [closed]

My work environment is unnecessarily serious. Everyone is in a sombre mood. Every issue is treated as critical. Maybe this is due to fears about recession, job security and cash fl …
0
votes
0answers
31 views

What news/talk from the Microsoft PDC (2009) will have the most effect on you as a programmer?

(I have made this a community wiki) As a programmer that mostly works with .NET, the feature direction of the Microsoft development platforms have a great effect on my feature wor …
1
vote
7answers
106 views

To var or not to var. Thoughts? [closed]

Possible Duplicate: Use of var keyword in C# From .net 3.0 onwards, ive been quite a big fan of using the implicit type var operator. I find it really convenient, time sa …
5
votes
10answers
117 views

Are there any good blogs for software team leaders or software project managers?

What are some good blogs for software team leaders or software project managers?

1 2 3 4 5 404 next
15 30 50 per page