Differences between revisions 31 and 47 (spanning 16 versions)
Revision 31 as of 2022-09-16 01:18:04
Size: 1149
Editor: 정수
Comment:
Revision 47 as of 2022-09-21 01:02:44
Size: 1677
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
== Proverbs ==

 * [[http://www.agile-process.org/proverbs.html|Agile Process Proverbs]]
Line 14: Line 18:
 * [[책/ApprenticeshipPatterns]]
 * 실용주의 사고와 학습
 * Little Bets
 * LittleBets
Line 19: Line 21:
abduction

last 5% automation

craft, not science
Line 29: Line 36:
programming is to make a language system (pattern language)
Line 38: Line 47:
Baby Step, Red bar / Green bar, TDD Baby Step, Red bar-Green bar, TDD
Line 43: Line 52:

[[https://www.industriallogic.com/blog/whats-this-about-micro-commits/|micro commit]], one at a time

Line 52: Line 65:
eliminate intermediate layers eliminate/reduce intermediate layers
Line 61: Line 74:
To learn well from experts
[[http://agile.egloos.com/5904102|협업의 미신]]

[[https://twitter.com/kentbeck/status/1375936309458464769|pull request anti pattern]]
Line 67: Line 83:


== Learning, Expertise ==

To learn well from experts (CTA, CDE)

GaryKlein

 * [[책/ApprenticeshipPatterns]]
 * 실용주의 사고와 학습

use data to make logic simple

  • make DSL
  • do not mix logic and data construction

Proverbs

Philosophy, Viewpoint, Programmer

abduction

last 5% automation

craft, not science

Philosophy, Viewpoint, Programmer: Advanced

Programming fundamental

programming is to make a language system (pattern language)

  • Refactoring 2/E
  • Kent Beck, Implementation Patterns
  • Robert Martin, Agile Software Development

TDD, Baby step

Baby Step, Red bar-Green bar, TDD

short feedback cycle (loop)

bowling kata by robert martin

micro commit, one at a time

  • Kent Beck, Test Driven Development
  • Specification by Examples

Testing & Debugging

eliminate/reduce intermediate layers

regression test

Collaboration

pair programming: perform outstanding with other juniors

협업의 미신

pull request anti pattern

  • Kent Beck, Extreme Programming Explained
  • Peopleware

Learning, Expertise

To learn well from experts (CTA, CDE)

GaryKlein

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