Tagged Questions

68
votes
91answers
6k views

What are the best habits of highly effective programmers?

I guess that many of you have read "7 habits of highly effective people". They're great, but still too general. Can you suggest some good habits of a highly effective programmer? …
0
votes
0answers
106 views

How would you improve this function?

This is a single function from the presenter in an MVP triad. public void NewAccount(string accountType) { IAccount account = _accountFactory.Create(accountType); account. …
39
votes
17answers
10k views

What is “missing” in the Visual Studio Express Editions?

In particular, what functionality is not available? what restrictions are there on its use?
11
votes
22answers
723 views

How to become a better c++ programmer

I know this has been asked before, but I'm coming at it as an experienced developer so perhaps the advice is different. I've been programming professionally for 15 years, the last …
8
votes
16answers
688 views

What was the most productive improvement suggestion you ever made for your team

I suggested the testing and functional teams to use Freemind map for jotting the functional flows and test steps. There was some paranoia but our module took it up and the QA teams …
7
votes
19answers
997 views

What’s the best way to kick ass in programming?

I've been programming since college, was a hobbyist programmer as a kid, but never got serious until I was a freshman. That was almost a decade and a half ago. One thing I've notic …
11
votes
32answers
1k views

What Simple Changes Made the Biggest Improvements to Your Delphi Programs

I have a Delphi 2009 program that handles a lot of data and needs to be as fast as possible and not use too much memory. What small simple changes have you made to your Delphi cod …
18
votes
10answers
1k views

Your Favorite Code Kata

What are your favorite code kata? What do you do to practice software development? Where do you go to find new small projects to practice? We already know Jeff's answers.
2
votes
2answers
62 views

How to improve this code using $(this) in jQuery?

I have the following jQuery function (simplified): function doSomething(el, str) { el.find('.class').text(str)); } Don't worry about the .text() part, in reality I'm doing some …
3
votes
5answers
254 views

Critique on jQuery Use

I'm busy introducing myself to jQuery by implementing a little system where onmouseover on an element causes a text balloon to pop up close to the element. I feel like I'm using t …
0
votes
1answer
195 views

Php redirection of a form with search query term between url

Hi! I'm using PHP in order to redirect some search query. There is some example of code here (click). And my PHP code is: audio_action.php : <?php $search_field = trim($_POS …
0
votes
5answers
144 views

How to improve the following code in PHP

Hello Here is a simple form I am using to send XML data in admin_xml.php <form name="review" action="admin_xml.php" method="post"> <textarea name="xml" cols="40" rows …
3
votes
3answers
236 views

Speed boost to adjacency matrix

I currently have an algorithm that operates on an adjacency matrix of size n by m. In my algorithm, I need to zero out entire rows or columns at a time. My implementation is curren …
5
votes
14answers
369 views

Brainstorming: Requirements of a Swing Replacement

What is required of an updated and legacy free Graphical User Interface API for Java? //TODO: Add your ideas below.
6
votes
18answers
1k views

How many monitors improve programming speed? [closed]

How many monitors improve programming speed? Do you have any experience with programming using 1,2,3,4... monitors? Which configurations increase work speed and are worth trying ou …

1 2 next
15 30 50 per page