Developing Programmers .com

Local Search:



This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Monday, 15 September, 2008
One Piece of Advice

As you’ll know if you’ve been following Joel On Software, Joel and Jeff Atwood have recently launched “Stack Overflow“, a Q&A site of programming questions with answers that are voted up or down. As well as being generally worth a look, I thought DP readers might find this thread especially useful, it is about the [...]

Posted by sarah at 11:37 pm in: Plugs , Resources
Thursday, 26 October, 2006
Stroustrup on C++ style and technique

I recently noticed this FAQ by Bjarne Stroustrup himself on various aspects of why C++ is designed the way it is, how to get the most out of it in various common situations, and how Stroustrup responds to questions about features from other languages like Java and C#. If you use C++ at all, or [...]

Posted by sarah at 7:07 pm in: Plugs , Style
Friday, 8 September, 2006
Joel on Keeping Developers Happy

How do you hire good software developers and actually keep them? Joel Spolsky offers a few ideas, in his article “A Field Guide to Developers”. Joel’s ideas include treating developers like stars instead of dirt. Sadly most places I’ve seen treat their programmers like dirt and think that when their staff quit it is a [...]

Posted by sarah at 2:38 pm in: Plugs
Sunday, 4 June, 2006
Google Points Out Lurking Bug

Joshua Bloch has posted on the Official Research Blog about how most binary search and merge sort code is broken and has been for years. The bug is to do with large arrays, and highlights how often programmers accept code that will do “for the examples we have right now” rather than considering whether it’ll [...]

Posted by sarah at 12:39 pm in: Plugs , Quality
Thursday, 25 May, 2006
User Interface Design

How often do you design user interfaces? Some of us don’t need to work with them much. Others have professional designers to do UI design for them. For the rest of us, well at least creating a User Interface is easy these days. Creating a Usable Interface on the other hand can be quite a [...]

Posted by sarah at 12:37 am in: Amusing , Design , Plugs