# Meeting 0629 - Host: Ateto ## Agile Development ![image](https://hackmd.io/_uploads/rkYFoPpUA.png) ## Scrum Pattern ![image](https://hackmd.io/_uploads/Byl2iwaLR.png) ## Kanban ![image](https://hackmd.io/_uploads/SJIRhM2UR.png) ## Goal ### Personal Blog ### Markdown Viewer - Read Markdown and render ## Sprint 0 - Learn Git & HTML - Create GitHub account ## Tech Docs - Share what you learn ## Dev Principle ### Code Style - Variable name ```cpp= class Parent { private: int data; public: Parent(int data) { this->data = data; } int getData() { return data; } } ``` ### Commit msg - 開頭大寫 - commit msg title 不要太長,太長寫進 comment ## Source 學習資源彙整:https://hackmd.io/@Ateto/B1jPz-r8A