Differences between revisions 35 and 70 (spanning 35 versions)
Revision 35 as of 2022-09-20 08:03:13
Size: 1304
Editor: 정수
Comment:
Revision 70 as of 2022-09-26 04:21:27
Size: 2227
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<TableOfContents(2)>>
Line 18: Line 21:
 * [[책/ApprenticeshipPatterns]]
 * 실용주의 사고와 학습
 * Little Bets
 * LittleBets
Line 22: Line 23:

last 5% automation

craft, not science

SoftwareArchitecture

Eisenhower Matrix
Line 25: Line 34:

programming is to make a language system. make vocabulary. take a look at Peter Norvig's [[https://github.com/norvig/pytudes/blob/main/ipynb/Advent-2020.ipynb|code]] (pattern language, lisp hackers)
Line 33: Line 44:
programming is to make a language system (pattern language)
Line 42: Line 51:
== TDD, Baby step == == TDD, Baby step, Evolutionary Design ==
Line 44: Line 53:
Baby Step, Red bar-Green bar, TDD Baby Step

quickly step back to closest green-bar when you see red bar

TDD is a design activity
Line 49: Line 62:

[[https://www.industriallogic.com/blog/whats-this-about-micro-commits/|micro commit]], one at a time
Line 58: Line 73:
eliminate intermediate layers eliminate/reduce intermediate layers
Line 61: Line 76:

[[가추법|abduction]]
Line 65: Line 82:
take a look at extreme programming, not scrum, if you are a software developer. it includes a lot of effective technical principles.
Line 67: Line 86:
To learn well from experts
[[http://agile.egloos.com/5904102|협업의 미신]]

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


== Learning, Expertise ==

To learn well from experts (CTA, CDE)

GaryKlein, AndersEricsson

 * [[책/ApprenticeshipPatterns]]
 * 실용주의 사고와 학습
 * [[책/1만 시간의 재발견]]


See Also: [[프로그래밍 추천 도서]]

use data to make logic simple

  • make DSL
  • do not mix logic and data construction

Proverbs

Philosophy, Viewpoint, Programmer

last 5% automation

craft, not science

SoftwareArchitecture

Eisenhower Matrix

Philosophy, Viewpoint, Programmer: Advanced

programming is to make a language system. make vocabulary. take a look at Peter Norvig's code (pattern language, lisp hackers)

Programming fundamental

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

TDD, Baby step, Evolutionary Design

Baby Step

quickly step back to closest green-bar when you see red bar

TDD is a design activity

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

abduction

Collaboration

take a look at extreme programming, not scrum, if you are a software developer. it includes a lot of effective technical principles.

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, AndersEricsson

See Also: 프로그래밍 추천 도서

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