Skip to main content
stijn's user avatar
stijn's user avatar
stijn's user avatar
stijn
  • Member for 15 years, 2 months
  • Last seen more than 2 years ago
30 votes
Accepted

Allow iteration of an internal vector without leaking the implementation

29 votes
Accepted

Why doesn't "object reference not set to an instance of an object" tell us which object?

20 votes
Accepted

Do ALL your variables need to be declared private?

12 votes

Do I need to use an interface when only one class will ever implement it?

11 votes
Accepted

Github - what is the best practice when working on open source project issues

11 votes
Accepted

Programmer Ethics: Can I fork a project from one code host to another?

10 votes

Why am I seeing so many for(;;) constructs?

9 votes

Why should I write a commit message?

8 votes

Is the GoF book still the one to read?

6 votes

Unit testing time-bound code

6 votes

How to avoid violating the SRP in a class to manage caching?

5 votes
Accepted

OS choice for functional developing

5 votes

Why is it recommended to close all programs before installing a new program?

5 votes

How much can one programmer do on his own?

4 votes
Accepted

Common Qt Producer/Consumer Example: What is the point of multithreading here?

4 votes

How can I advocate unit testing on private code?

4 votes

Looking for Case Studies of How TDD Improved Quality and/or Speed of Development

4 votes
Accepted

How to implement a NavigationManager class without using singleton pattern

4 votes

Is an inline temporary variable recommended in a return statement?

3 votes

Issues Tracker for both developers and end users

3 votes

Prefer algorithms to hand-written loops?

3 votes

Where should heavy development assets like specification documents and multimedia editor source files be stored?

3 votes

Choosing a particular stack because of the IDE, tools and ease setting up the dev env

2 votes
Accepted

best practice: setting up several IDE / frameworks (at file/dir level)

2 votes

Most efficient way for snapshotting Windows (no VM)

2 votes

Any reasons not to use multiple version control systems?

1 vote

try/catch open/closed principle violation

1 vote
Accepted

Pattern for user interaction and confirmation

1 vote

Generate analog signal from Windows 7

1 vote

When returning from a period of not programming, do you find you've improved?