Kata 這個字是日本來的,意思是武術套路。 有點像是中國的武功祕笈。 Code Kata 是訓練思考的一種方法, 主要是要求開發者不斷的解題, 不斷的 ... ... <看更多>
Search
Search
Kata 這個字是日本來的,意思是武術套路。 有點像是中國的武功祕笈。 Code Kata 是訓練思考的一種方法, 主要是要求開發者不斷的解題, 不斷的 ... ... <看更多>
Code Kata 這個概念是由The Pragmatic Programmer 的作者之一Dave Thomas提出的, 想要提升自己的coding skill嗎? 歡迎加入這個slack channel ... ... <看更多>
All Code Katas. Each kata is a short skill building exercise taking between 5 - 10 minutes to complete. After executing a kata try to create an ... ... <看更多>
It is good practice to work with immutable classes. Most of your namings are clear. Algorithm. It took me a while to understand the logic. ... <看更多>
You're always returning in either the first or second line of the function. Remove the return true; part there, and your code should work. ... <看更多>