Day3: To Be Or Not To Be
Write a function expect that helps developers test thei...
方法 Method
為什麼需要方法?簡單來說就是讓程式碼可以重複使用而且更容易理解
定義方法
在 Ruby 中定義方法的起手式為def
def bmi_calc...
資源管理 智慧指針
智慧指針(smart pointer)是C++11以後出的有關自動釋放資源(記憶體)的函式庫,就是C#, JAVA的GC的功能
資源(記憶體...
說明
Bridge is a structural design pattern that lets you split a large class or a...
昨天我們在discord developer裡面建造了一個機器人,那今天就得把他家進我們的伺服器裡面
打開discord develope,點選以下選項...
先進入hours of code線上學習網,然後選擇下面這個選項進去
積木方塊的線上編輯器出現了
依照左邊的情境選擇相關的積木去組合
點選RUN之後就會看...