Search Results

0
votes

Which is better: shipping a buggy feature or not shipping the feature at all?

If bugs can cause death or can lose users' files then don't ship it. If bugs can cause the application to crash itself then ship it with a warning (a readme or whatever). If crashes might …
0
votes

How do you keep your brain sharp for daily programming?

"Brain games?" -- yes, also known as programming. "A special diet?" -- yes, also known as caffeine. "Exercise?" -- yes, the commute. "Staying drug free?" -- nope, see my special diet, above. "Sex?" …
2
votes

What are your must-have editor features?

"the 3 killer features" Insert Delete Search Replace Repeat last and least: Count …
1
vote

How to master Regular Expressions?

Fix bugs in Jeff Friedl's book before he does. Until you do that, you haven't mastered regular expressions. …
1
vote

Why are regular expressions such a complicated, cryptic mess?

Backus and Naur designed a meta-language (BNF) which could be used in describing or defining various kinds of languages. BNF can be used in describing any Type 3 language. You can use whatever na …
4
votes

Would you go back to VB.NET after getting C#?

If your day-to-day work uses programming languages X and Y, and the number of months since you last used Z is gradually increasing, then Z will gradually look more foreign. In your case Z is VB. …
0
votes

Is functional programming the next step towards natural-language programming?

Do you think subjective questions will get this here order for "Windows Internals the 5th Element" added to the database and shipped to my address? If so, natural language programming will be very …
0
votes

Most marketable Software Engineering skill to switch to?

For your question it doesn't matter what's most profitable now, it matters what will be most profitable a year from now. The best predictors are working in the financial industry. The worst predi …
1
vote

Why is software quality so problematic?

http://en.wikipedia.org/wiki/Gresham's_Law I tried around 5 times to make that link a link. I give up. Anyway G …
1
vote

On being a contractor at a shop where they don’t use database indexes

Ordinarily as a contractor you should keep your mouth shut. But you used to work there before as a salaried employee, and they allowed you to come back as a contractor, so someone likes something a …
0
votes

What can identify a good programming language?

What can identify a good programming language? That's a very good question. If you asked Who can identify a good programming language, I would say God can, because humans can't. And if yo …
1
vote

What was your first computer game that got you interested in computers?

Tic Tac Toe. The user's moves were input by flipping switches on the front panel. There weren't enough switches so cell numbers from 0 to 8 had to be encoded in binary (4 switches for 4 bits). T …
10
votes

What is your best programmer joke?

There are 10 kinds of people on Stack Overflow. 1. People who didn't read the duplicates of this joke. 10. People who read one duplicate of this joke. 10. People who read two duplicates …