Differences between revisions 28 and 45 (spanning 17 versions)
Revision 28 as of 2022-09-16 01:17:32
Size: 1130
Editor: 정수
Comment:
Revision 45 as of 2022-09-21 01:02:14
Size: 1662
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 *  * do not mix logic and data construction

== Proverbs ==

 * [[http://www.agile-process.org/proverbs.html|Agile Process Proverbs]]
Line 16: Line 20:
 * Little Bets  * LittleBets
Line 19: Line 23:
abduction

last 5% automation

craft, not science
Line 24: Line 33:
 * 패턴, 위키, 그리고 XP
Line 27: Line 37:

programming is to make a language system (pattern language)
Line 32: Line 44:
 * Robert Martin, Agile Software Development
Line 36: Line 49:
Baby Step, Red bar / Green bar, TDD Baby Step, Red bar-Green bar, TDD
Line 41: Line 54:

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

Line 50: Line 67:
eliminate intermediate layers eliminate/reduce intermediate layers
Line 59: Line 76:
To learn well from experts
[[http://agile.egloos.com/5904102|협업의 미신]]

[[https://twitter.com/kentbeck/status/1375936309458464769|pull request anti pattern]]
Line 67: Line 87:
== Books == == Learning, Expertise ==
Line 69: Line 89:
 * Robert Martin, Agile Software Development
 * 패턴, 위키, 그리고 XP
To learn well from experts (CTA, CDE)

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)

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