Skip to main content
Oded's user avatar
Oded's user avatar
Oded's user avatar
Oded
  • Member for 13 years, 9 months
  • Last seen more than a month ago
860 votes
Accepted

Why is 80 characters the 'standard' limit for code width?

232 votes
Accepted

What's the point of running unit tests on a CI server?

218 votes

Is there a benefit in compiling your code as you go along?

212 votes
Accepted

Why shouldn't a GET request change data on the server?

132 votes

Is using nested try-catch blocks an anti-pattern?

124 votes

"Never do in code what you can get the SQL server to do well for you" - Is this a recipe for a bad design?

115 votes
Accepted

Do TODO comments make sense?

111 votes

Is committing/checking in code everyday a good practice?

103 votes

How to respond to a rude bug report?

102 votes
Accepted

How should a developer reject impossible requirements?

90 votes
Accepted

Passing functions into other functions as parameters, bad practice?

81 votes
Accepted

Is it a good idea to always use Google as the first step to solving a problem?

71 votes

Why are statements in many programming languages terminated by semicolons?

70 votes

Explain MVC to non-programmers

69 votes

How to protect source code from remote developers?

66 votes
Accepted

If MVC is "Separation of Concerns" then why was Razor Syntax introduced?

63 votes

What are some good practices before checking in source code?

62 votes

How important is it for a programmer to have an online presence?

61 votes

Arguments for or against using Try/Catch as logical operators

60 votes
Accepted

Is it normal to think about a design problem for days with no code written?

56 votes
Accepted

What is the point of the string.Empty property

52 votes

Using third-party libraries - always use a wrapper?

52 votes
Accepted

What is the correct order to read these books?

51 votes
Accepted

Is code reviewing good practice?

51 votes
Accepted

What is the difference between building and compiling ?

50 votes
Accepted

Hiring a Junior Developer, What should I ask?

49 votes
Accepted

What is an untriaged bug?

48 votes

Is it a good practice to name the returned variable "result"?

46 votes

What is the single most effective thing you did to improve your programming skills?

46 votes

Creating database connections - Do it once or for each query?

1
2 3 4 5
10