tags:

views:

293

answers:

7

I read plenty of blogs on coding, but don't know many that focus on making good design decisions. I mean things a product/program manager would do, like:

  • Coming up with creative solutions to design problems
  • Creating good usability/user experience (e.g. Usability Post, http://www.usabilitypost.com/)
  • Designing scalable, extensible, future-proof design or architecture (I see this a lot in discussions of standards and programming languages)

Does anyone know of blogs focused on smart design? (It doesn't even need to be focused exclusively on software; good/bad design can be spotted in all kinds of technology.)

+1  A: 

Some of my personal favorite resources on both design and development include:

  1. Smashing Magazine
  2. A List Apart
  3. Signal Vs. Noise
  4. Web Resources Depot
jtyost2
A: 

I really like reading stuff on SitePoint

barfoon
+3  A: 

If you like stackoverflow, you might like these guys: ;-)

http://www.joelonsoftware.com/

http://www.codinghorror.com/blog/

Mark Harrison
+1 for being the first to suck up to the hosts ;-)
Steven A. Lowe
lol, they should have a badge for that!
Mark Harrison
+3  A: 

http://ayende.com/Blog/

Daniel Auger
I like Ayende better than Joel or Jeff. Ayende is specific and to the point while Joel and Jeff are wishy washy and subjective.
jfar
+1  A: 

Anyone for Steve Yegge? Stevey's Blog Rants

chimp
A: 

The Google Testing Blog. Designing your code to be testable is a smart thing to do, and testable designs are often smart designs even without considering their ability to be tested.

Josh Kelley
A: 

Check out Signal vs. Noise, a "design and usability blog".

Ola Eldøy