Skip to main content
MrFox's user avatar
MrFox's user avatar
MrFox's user avatar
MrFox
  • Member for 13 years, 2 months
  • Last seen more than 11 years ago
331 votes
Accepted

How should I behave as a developer in a project that's headed for failure?

41 votes
Accepted

Looking for meaningful, strong argument in favor of antivirus software on development machines

30 votes

Is there any "real" reason multiple inheritance is hated?

26 votes
Accepted

C++ - Constructor or Initialize Method to Startup

12 votes
Accepted

What are the options for setting up a UNIX environment to learn C using Kernighan and Richie's The C Programming Language?

11 votes
Accepted

How to write good code with new stuff?

6 votes
Accepted

Is Objective C a reasonable way to learn C?

5 votes

Why do so many projects prefer "git rebase" over "git merge"?

5 votes

What needs to change for Software Engineering to become a formal profession?

5 votes

Dealing with curly brace soup

5 votes

Should I use C style in C++?

5 votes

Can notes/to-dos in code comments sent to code-reviews result in an effective refactoring process?

5 votes

Should I test inherited methods?

4 votes

Software Manager who makes developers do Project Management

4 votes

To write or not to write: Frameworks

3 votes
Accepted

NoSQL Document Database as a Message Queue

2 votes
Accepted

Ensuring conceptual integrity in Python project with multiple programmers

2 votes

Shared Development Space

2 votes

Why do large websites use different languages for the backend and frontend?

2 votes
Accepted

Deploying Qt-based app on Mac OS X

1 vote

How to keep the trunk stable when tests take a long time?

1 vote

Learning by doing (and programming by trial and error)

1 vote

Version control: Dealing with incomplete/broken code

1 vote

When to pay for C++ compilers

1 vote

Do I have to learn html and javascript to create web applications?

1 vote

Difference between Windows and Linux development environments?

1 vote

How important is positive feedback in code reviews?

0 votes

Is it a acceptable approach to put try catch wherever null pointer exception occurs?

0 votes

Tension between the dependency inversion principle and avoiding "new" in C++?

0 votes

Naming functions that retrieve a value