What Is Software Design?

程式設計不是 “building software”,而是 “designing software”。

2014年10月11日 星期六

試玩React facebook 開發的js library !!!

http://facebook.github.io/react/docs/getting-started.html 是一套facebook所創造的 JS library 想要解決的問題! solve one problem: building large applications with data that changes over time. To do this, React uses two main ideas. Hello React 範例!! ps:在<script type="text/jsx">的程式碼內第一行要/** @jsx React.DOM */ 才不會錯誤!! <!DOCTYPE html><html>  <head>  <title>Hello React</title>    <script src="react.js"></script>    <script src="JSXTransformer.js"></script>  </head> ...

2014年10月7日 星期二

Sublime Text 3 Compare Tool

http://www.sublimerge.com/ 安裝說明 Install the Package Control (if you haven't already) Open Command Palette ([ctrl]+[shift]+[p] on Windows and Linux, [cmd]+[shift]+[p] on Mac) Choose Package Control: Install Package Search for Sublimerge Pro and hit [Enter] 使用方式  1.[ctrl]+[shift]+[p] 2.Compare to vie...