top | item 16051066

Robust Client-Side JavaScript

196 points| molily | 8 years ago |molily.de

11 comments

order
[+] dmartinez|8 years ago|reply
Does anyone know of guides that are similar in style/scope to this that apply to server-side development?
[+] lerie82|8 years ago|reply
I like the part where the p's and q's overlap the underline. and also, it's a nice guide I have saved to PDF
[+] jaequery|8 years ago|reply
this can come in handy, nice!
[+] send_computers|8 years ago|reply
I got a 502 trying to visit, I suppose having robust JS doesn't mean much if your backend is not robust! lol
[+] tempodox|8 years ago|reply
It's good to have a comprehensive document like this.

The document itself could be made more readable by choosing to break lines at word boundaries, not in the middle of words.

[+] Vendan|8 years ago|reply
> The document itself could be made more readable by choosing to break lines at word boundaries, not in the middle of words.

What browser are you using? I see none of this happening, and looking at the source code, it's just blocks of text in `<p>`, so you might try getting a browser with a better text reflow engine, or tweaking options on your current one.