Succeeding With Agile讀書會
目前在Facebook的Scrum in Taiwan的community, 發起一個讀書會.
是針對Succeeding with Agile" Software Development using Scrum這本書. Schedule規劃如下:
7/9 Ch14(David),
7/16 Ch15 (David),
7/23 Ch11 (Sam Ku)
Succeeding With Agile讀書會
目前在Facebook的Scrum in Taiwan的community, 發起一個讀書會.
是針對Succeeding with Agile" Software Development using Scrum這本書. Schedule規劃如下:
7/9 Ch14(David),
7/16 Ch15 (David),
7/23 Ch11 (Sam Ku)
設計是甚麼
(第一堂)設計是甚麼 5-2, 姚仁祿
http://www.youtube.com/watch?v=MviVjdomGWA
1. 設計是甚麼?
愛因斯坦曾經說過:『只有少數的人是透過他們自己的眼睛看事情,以及用他們自己的心去感受。』(Few are those who see with their own eyes and feel with their own hearts) 這句話的重點在於自身的眼睛與心靈,愛因斯坦卻沒有談到用腦去看事情。
用自己的眼睛去看, 用自己的心去感受, 這是設計最重要的事情.
ATDD 相關資料
Textbooks
1. Test Driven - Practical TDD and Acceptable TDD for Java developers
- chapter 9 - 11
讀書摘要: 一流人才的晨讀習慣
一流人才的晨讀習慣, 中島孝志+ 晨讀俱樂部, 太雅出版社
1. 讀書不能浪費時間, 讀書的關鍵在於專注力. 若是無法專心, 不如趁早上床睡覺.
2. 怎樣的學習才是有助益
Test Fixture
在進行Test driven developemnt時, 常常會提到一個名詞: test fixture. 很多人對這個term不是很了解. 因此我整理了一些資料, 希望有助於大家的了解
1. 定義:
A test fixture is all the things we need to have in place in order to run a test and expect a particular outcome.
A test fixture is a fixed state of a set of objects used as a baseline for running tests.