WeSearch

Review: Bazel in Depth (Richard Johnson)

·2 min read · 0 reactions · 0 comments · 10 views
#books#bazel#reviews
Review: Bazel in Depth (Richard Johnson)
⚡ TL;DR · AI summary

The review of 'Bazel in Depth' by Richard Johnson expresses significant disappointment with the book. It criticizes the text for being meandering, repetitive, and lacking in accurate details about Bazel. The reviewer suggests that the book may have been poorly written and inadequately reviewed.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 683206) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } djmitche Posted on May 28 Review: Bazel in Depth (Richard Johnson) #books #bazel Bazel is a Google-derived build system with some interesting properties but a steep learning curve. In hopes of getting up that curve, I bought a few books recenly, among them Bazel in Depth: Definitive Reference for Developers and Engineers by Richard Johnson. I thought I might share my reactions in case they are helpful. tl;dr: don't bother. The text is meandering and repetitive.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)