📚 השכלה — ספרים / Kent Beck

Extreme Programming Explained
חובה לקרוא טכנולוגיה
Extreme Programming Explained
מאת Kent Beck
The foundational text of Agile software development. Beck's vision of software built in short cycles with continuous feedback, collective ownership, and test-first development transformed how the industry thinks about building software.
Smalltalk Best Practice Patterns
חובה לקרוא טכנולוגיה
Smalltalk Best Practice Patterns
מאת Kent Beck
Beck's collection of patterns for writing excellent Smalltalk code that influenced the entire design patterns movement. Though Smalltalk-specific in syntax, the underlying principles of simplicity, clarity, and good object-oriented design apply to any language.
Test Driven Development: By Example
חובה לקרוא טכנולוגיה
Test Driven Development: By Example
מאת Kent Beck
The definitive guide to TDD. Beck demonstrates through two complete worked examples how writing tests before code produces cleaner design, fewer defects, and developers who understand exactly what their code does.