Replies: 29 comments 3 replies
|
riverRobot (新人/企劃/程式) 我的答案public class BananaProvider
{
public static string GiveMeABanana()
{
return "Banana";
}
}課程/作業心得謝謝老師~課堂說明跟作業的製作及上傳方式,應該也可以讓較沒有接觸程式的人提早熟悉相關工具然後單元測試好酷(? 另外小小提一下 |
1 reply
|
ChiaBurn(程式 | 企劃) 作業程式碼 public static string GiveMeABanana()
{
return "Banana";
}程式碼測試結果想法與反饋第零章內容清晰易懂又具體,覺得很讚。尤其是利用github交作業的方式實在非常棒。 現在的交作業流程除了明確有序外,更能讓我們在過程中逐漸熟悉對工程師們很重要的github操作方式,很謝謝老師的巧思!題外話,最近在公司開始試著用markdown寫文件,這次課堂上學到的 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





























Uh oh!
There was an error while loading. Please reload this page.
Introduction
歡迎大家踏入程式的世界,
程式沒有一定的答案,拋棄標準答案的思維,
多看、多想,保持謙虛去學習他人的作法是解決問題很重要的手段,
也期勉各位在過程中能互相幫助、互相成長。
Answer
解答
All reactions