Differences between revisions 26 and 43 (spanning 17 versions)
Revision 26 as of 2022-09-16 01:15:58
Size: 1064
Editor: 정수
Comment:
Revision 43 as of 2022-09-20 08:15:41
Size: 1609
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 9: Line 13:
== Philosophy, viewpoint, Programmer == == Philosophy, Viewpoint, Programmer ==
Line 16: Line 20:
 * Little Bets  * LittleBets
Line 18: Line 22:

abduction

last 5% automation


== Philosophy, Viewpoint, Programmer: Advanced ==

 * [[책/TheTimelessWayOfBuilding]]
 * SICP
 * 패턴, 위키, 그리고 XP
Line 22: Line 37:
programming is to make a language system (pattern language)
Line 24: Line 41:
 * SICP  * Refactoring 2/E
Line 26: Line 43:
 * Robert Martin, Agile Software Development
Line 30: Line 48:
Baby Step, Red bar / Green bar, TDD Baby Step, Red bar-Green bar, TDD
Line 36: Line 54:
[[https://www.industriallogic.com/blog/whats-this-about-micro-commits/|micro commit]], one at a time


Line 39: Line 61:
 * Specification by Examples
Line 43: Line 66:
eliminate intermediate layers eliminate/reduce intermediate layers
Line 52: Line 75:
To learn well from experts To learn well from experts (CTA, CDE)
Line 54: Line 77:
[[http://agile.egloos.com/5904102|협업의 미신]]
Line 55: Line 79:
== Books == [[https://twitter.com/kentbeck/status/1375936309458464769|pull request anti pattern]]
Line 57: Line 81:
 * Refactoring 2/E
Line 59: Line 84:
 * Robert Martin, Agile Software Development
Line 61: Line 85:
 * [[책/TheTimelessWayOfBuilding]]
 * 패턴, 위키, 그리고 XP
 * Specification by Examples

use data to make logic simple

  • make DSL
  • do not mix logic and data construction

Proverbs

Philosophy, Viewpoint, Programmer

abduction

last 5% automation

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

To learn well from experts (CTA, CDE)

협업의 미신

pull request anti pattern

  • Kent Beck, Extreme Programming Explained
  • Peopleware

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