Skip to main content
tia's user avatar
tia's user avatar
tia's user avatar
tia
  • Member for 15 years, 2 months
  • Last seen more than a week ago
16 votes
Accepted

What are the drawbacks of immutable types?

9 votes

Should I learn java for mobile application development or will C# just do?

8 votes

Coding convention regarding the usage of underscores

7 votes

When would someone be considered a bad programmer?

6 votes

Returning a boolean when success or failure is the sole concern

4 votes

How should code in version control be stored?

3 votes

I've stopped coding for fun, is this a bad sign?

3 votes

Code Smell: Inheritance Abuse

2 votes

Which are the significant algorithms for humankind in past decades?

2 votes

Is copy & paste programming bad?

2 votes

Coding style (do more, then simplify)

2 votes

In centralized version control, is it always good to update often?

2 votes

How to consume standard routed API in a clean way?

1 vote
Accepted

How to come up with an easy-to-use way of creating quantities with units in C#?

1 vote

Separation of concerns: Whose concern is this?

1 vote

Is using "out" or "ref" parameters in Java methods to return extra values bad?

1 vote

How do you know you're writing good code?

1 vote

Explanation on how "Tell, Don't Ask" is considered good OO

1 vote

What to do if a co-worker is editing your code just to change the appearance?

1 vote

Am I a bad programmer, or does everyone have this feeling?

0 votes

How to prepare yourself for programming interview questions?

0 votes

VB.Net vs C# debate

0 votes

Is it acceptable for projects to go over budget?

0 votes

Best practice on if/return

0 votes

Make a big deal out of == true?

0 votes

Does giving a developer a slower development machine result in faster/more efficient code?

0 votes

Do poor writers make poor programmers?

-1 votes

Why the current enthusiasm for Functional Programming?

-2 votes

int* i; or int *i; or int * i;

-3 votes

Which language features are considered harmful?