r/webdev · 2020
Most-mentioned books in r/webdev during 2020
This page ranks books by exact tracked mentions in r/webdev within the published source unit for 2020. Counts come from the reconciled subreddit-by-month matrix; a source unit may be a bounded sample.
#1 Clean Code
Robert C. Martin
The book 536 Reddit threads cite when arguing about naming variables — revered by beginners, argued over by seniors.
#2 Eloquent JavaScript
Marijn Haverbeke
Marijn Haverbeke's free online JavaScript book — variables to async in one volume — by someone who said he wouldn't wish a game-programming career on anyone.
#3 You Don't Know JS
Kyle Simpson
Kyle Simpson's free GitHub series that bootcamp grads keep crediting when they finally understand closures, this, and coercion.
#4 The Pragmatic Programmer
Andy Hunt
Two veterans hand you a checklist for the craft: don't write code you don't need, own your tools, and fix the broken window before someone else does.
#5 Clean Architecture
Robert C. Martin
Uncle Bob's case for building software that survives its own success, bundled with opinions that provoke more argument than the architecture does.
#6 Code Complete
Steve McConnell
Steve McConnell's 900-page construction manual for software, ranked third on Reddit's canonical reading list and still cited 25 years after publication.
#7 Design Patterns
Erich Gamma
The 1994 Gang of Four catalog that named 23 object-oriented patterns, gave developers a shared vocabulary, and taught a generation to over-apply both.
#8 Implementing Domain-Driven Design
Vaughn Vernon
Vaughn Vernon's practitioner rewrite of Evans' DDD bible, explaining bounded contexts and aggregates through working code instead of abstract taxonomy.
#9 Working Effectively with Legacy Code
Michael C. Feathers
Michael Feathers wrote the book for the developer who just inherited 30 devs' worth of code across 5 years in 5 different styles and has to ship next quarter.