做程式開發目前的主流都適用Framwork 來開發, 但是今天遇到一個朋友在問什麼是Framework?? Framework基本上是一個讓開發系統 省時省力又容易使用的架構 wiki 上是這麼說明的 A software framework is a universal, reusable software platform used to develop applications, products and solutions. Software frameworks include support programs, compilers, code libraries, an application programming interface (API) and tool sets that bring together all the different components to enable development of a project or solution. 基本可是算是一個系統開發過程的基礎設施 這個可以用積木來比喻 再用積木建構物件的時候 是可以用積木一塊一塊的組合了起來 但是如果你想蓋的房子 用積木積木慢慢做 還要設計窗戶跟門這些東西 會很花時間 這時候如果有人已經做好窗戶的積木 門的積木 你自己拿來用 這樣不救蓋起房子快很多了嗎? 在程式開發中也是這樣 很多功能你都可以自己寫 但是有些時候某先常用功能都有人寫好 而且包成一整套 那這樣只接這這個一整套的套件 開發起來救迅速很多了 而這套件 就是framework