oinume journal

Scratchpad of what I learned

Entries from 2021-12-01 to 1 month

2021年の振り返り

2021年の抱負 - oinume journalで年初に考えていた抱負がどうだったのか?を振り返ってみる。 習慣化 Habitifyというアプリを1年使い続けてみたけど、習慣化するものとそうじゃないものがあった。ある程度習慣化したものはiKnow(英単語)だけで、その他は習慣…

Chapter 4 - Modules Should Be Deep / A Philosophy of Software Design

A Philosophy of Software Design, 2nd Edition (English Edition)作者:Ousterhout, John K. Amazon 第4章はModules Should Be Deepというタイトル。 4.1 Modular Design ソフトウェアの複雑性を管理するためのもっとも大事なテクニックの一つとして、全体の…

Chapter 3 - Working Code Isn’t Enough / A Philosophy of Software Design

A Philosophy of Software Design, 2nd Edition (English Edition)作者:Ousterhout, JohnAmazon 第3章はWorking Code Isn’t Enough (Strategic vs. Tactical Programming)というタイトル。 Tactical Programming 近視眼的に目の前のタスクを終わらせるために…