Lessons from Writebook - Concerns - Lesson 2 - A nice DSL
I have had the glorious pleasure of reading WriteBook - mainly for the benefit of understanding how the creators of Basecamp writes code.
Rails, Tekla Open API, AutoDesk .NET
I have had the glorious pleasure of reading WriteBook - mainly for the benefit of understanding how the creators of Basecamp writes code.
Here is a snippet from 37 Signal’s Writebook code base. I’ve extracted it as a quiz for you:
Here’s the book if you’re interested.
A client wants access to steel detailing files.
Ever get confused between a variable held in an eigenclass and a class? Viz:
You make a deal:
It is hard to beat Sean P Doyle’s pithy advice on how to manage external JS dependencies.
:is
Functional SelectorWhat is the difference between the following css selectors: .a.b
and .a .b
?