The article gives anecdotal evidence that combining personal stories with advice in a book is more effective than delivering distilled information.
try {
doSomething(await funcThatReturnSomeType());
} catch (err) {
doSomethingWithErr(err);
}