Differences between revisions 6 and 19 (spanning 13 versions)
Revision 6 as of 2022-09-16 00:45:53
Size: 399
Editor: 정수
Comment:
Revision 19 as of 2022-09-16 01:13:28
Size: 861
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

use data to make logic simple

 * make DSL
 *


== TDD, Baby step ==
Line 9: Line 17:


 * Kent Beck, Test Driven Development


== Testing & Debugging ==
Line 11: Line 26:
Pair Programming Regression test
Line 13: Line 28:
To learn well from expert
Line 15: Line 29:
Books == Collaboration ==

pair programming: perform outstanding with other juniors

To learn well from experts


== Books ==
Line 18: Line 39:
 * Pragmatic Programmer
 * Peopleware
 * Apprenticeship Patterns
 * The Timeless Way of Building
 * [[책/실용주의 프로그래머|Pragmatic Programmer]]
 * [[책/ApprenticeshipPatterns]]
 * Kent Beck, Extreme Programming Explained
 * Kent Beck, Implementation Patterns
Line 23: Line 44:
 *  * [[책/피플웨어|Peopleware]]
 * [[책/TheTimelessWayOfBuilding]]
 * 패턴, 위키, 그리고 XP
 * Specification by Examples

use data to make logic simple

  • make DSL

TDD, Baby step

Baby Step, Red bar / Green bar, TDD

short feedback cycle (loop)

bowling kata by robert martin

  • Kent Beck, Test Driven Development

Testing & Debugging

Occam's razor: eliminate intermediate layers

Regression test

Collaboration

pair programming: perform outstanding with other juniors

To learn well from experts

Books

기술문서모음/ToJuniors (last edited 2025-09-18 05:17:18 by 정수)