Hacker News new | ask | show | jobs
by westoncb 3007 days ago
This is intriguing, though personally I never connected much with Fowler's writing in the past (though I have gotten into his ideas).

Anyone know of any other good books about high-level design/architecture for javascript?

Actually, thinking about it, maybe what I'm really looking for is something for designing/architecting things in dynamic/weakly typed languages... (Been doing JS for a bit now, but I spent much longer in Java before).

1 comments

Thinking Forth [1]. Yes, it's Forth and not Javascript. But it covers pretty much the same territory as Refactoring plus some pretty deep discussions on program design/architecture, for a book originally written in the mid 80s.

[1] http://thinking-forth.sourceforge.net/ Although you can buy a copy on Amazon.