vote up 100 vote down star
216

Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer programming. What articles have you found worth your time?

Please provide the article's title, author and a link if possible.

flag
1  
Just about to start one myself.. before SO related questions showed me this one. Thanks for being a visionary! – Gishu Apr 22 at 5:03
1  
Related question: 'Favorite Essay about Programming', stackoverflow.com/questions/194696/… – Jonik Jun 20 at 8:27

68 Answers

prev 1 2 3
vote up 0 vote down

I do found many of the Object Mentor articles immensely useful.
Object Mentor Articles

link|flag
vote up 0 vote down

Cert Secure Coding Standards is a gem

Edit: fixed the link.

link|flag
show 2 more comments
vote up 0 vote down

"Being a Software Engineer in the Software Century" By: Barry Boehm Truly Inspirational

link|flag
show 3 more comments
vote up 0 vote down

Architectural Styles and the Design of Network-based Software Architectures

At least chapter 5 and 6 should be read by anyone in doing anything web related.

link|flag
vote up 0 vote down

Six Styles for Usability Requirements by Soren Lauesen & Houman Younessi

I was looking into how to define usability as a requirement and came across this article. It is well written and was very helpful.

Abstract. A system can have adequate functionality, but inadequate usability because it is too difficult to use. The purpose of usability requirements is to guard against that. This paper shows six styles for usability requirements seen in practice or recommended by experts. For each style we discuss how we can verify the requirements, how we can use them during development, how we elicit the data for the specification, and to what extent the style covers the essence of usability.

link|flag
vote up 0 vote down

The ones that appeared in PC Techniques... Jeff Duntemann's magazine.

link|flag
vote up 0 vote down

Effective Unit Testing by Tim Burns.

Careful programmers test early and test often.

link|flag
vote up -7 vote down

An article? But a book I recommend this: Code Complete 2nd Edition

link|flag
1  
There is a page for books already. – lillq Nov 25 '08 at 19:13
show 1 more comment
prev 1 2 3

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.