Skip to main content
treecoder's user avatar
treecoder's user avatar
treecoder's user avatar
treecoder
  • Member for 14 years, 1 month
  • Last seen more than a month ago
207 votes
Accepted

What does SVN do better than Git?

46 votes

Why do programmers use one-based indexing for line numbers in source code?

39 votes
Accepted

Using Git in Enterprise environment

25 votes

Is micro-optimisation important when coding?

24 votes
Accepted

Well designed / high-quality open source software

17 votes

What would motivate you to do free programming work for work after work?

16 votes
Accepted

What exactly undefined means in JavaScript? Why it's there? What usages it has? How it could be useful?

14 votes

Why isn't rich code formatting more common?

13 votes

Inheritance vs mixins in dynamic languages?

13 votes

Do i need to know how Ajax works since Asp.net provides me UpdatePanel

13 votes

What can you do to decrease the number of deployment bugs of a live website?

13 votes

Is coding style in organizations an optional thing?

12 votes

What are the advantages of a client/server architecture in webapplications as opposed to a server generated frontend application

11 votes

JavaScript and the paradigm shift in web programming

10 votes

Is "White-Board-Coding" inappropriate during interviews?

7 votes

What should a web developer know about HTTP?

7 votes
Accepted

Can I create a desktop Python GUI application and run it as a web app?

7 votes

to know how many visitors visit my website, i absolutely have to put some kind of tracking code within the page itself?

6 votes

Custom vs. browser-native scrollbars

5 votes

How does a programmer used to static languages cope with lack of Javascript tooling

5 votes

Best Practices for Handing over Legacy Code

4 votes

Why don't we use dynamic (server-side generated) CSS?

4 votes

What's so bad about the DOM?

4 votes
Accepted

What is meant by dynamic code evaluation?

4 votes
Accepted

What programs emit C++ code and pass it to mainstream compilers?

4 votes

Who can be called a good team player?

4 votes

How can I tell in an interview if a programmer is passionate about programming?

3 votes

Would using AJAX extensively improve server performance?

2 votes

is there a term for doing this: func1(func2(), func3());

2 votes

What is a closure?