go-perfbook
go-perfbook copied to clipboard
[WIP] Add traditional Chinesse version
#66
TODO list
- [x] Translate first section
@r06921039 please help to review, thanks
@johnnychhsu My review is as follows:
line 5 : 網路上可以找到許多優質文章關於分散式系統的監控與設計 line 10: 寫程式的基本技巧 line 12: 如何寫出運行速度快的程式 line 14: 寫出運行速度極快的程式的進階技巧 line 18: 合理化 line 19: 精確化 line 20: 高風險化 line 25: 對程式進行優化是有代價的。一般來說,代價是程式變得更複雜更難懂 -- 優化過的程式基本上不會比原本的程式簡單。 line 27: 開發新的功能等等。 優化“固”然有趣,但不見得是該做的事。程式的運行速度當然重要,但確保程式的正確和可轉移等,這些事情也是不容忽視的部分。
Oh I found out that I can add reviews on your commits! I will do it next time XD.
This is ready to merge?
not yet, still in progress