圖書標籤: Matlab 編程 Programming 風格 計算機 計算機科學 使用手冊 matlab
发表于2024-11-23
The Elements of MATLAB Style pdf epub mobi txt 電子書 下載 2024
The Elements of MATLAB Style is a guide for both new and experienced MATLAB programmers. It provides a comprehensive collection of standards and guidelines for creating solid MATLAB code that will be easy to understand, enhance, and maintain. It is written for both individuals and those working in teams in which consistency is critical. This is the only book devoted to MATLAB style and best programming practices, focusing on how MATLAB code can be written in order to maximize its effectiveness. Just as Strunk and White's The Elements of Style provides rules for writing in the English language, this book provides conventions for formatting, naming, documentation, programming and testing. It includes many concise examples of correct and incorrect usage, as well as coverage of the latest language features. The author also provides recommendations on use of the integrated development environment features that help produce better, more consistent software.
沒經過專業的規範多年,感覺自己是個新手。
評分一般
評分一般
評分草草的花瞭一天看完瞭,感覺比較有用的幾點:1. 變量命名用lowerCamelCase,函數用lowercase,Class用UpperCamelCase. 2. 新版的matlab不一定非要vectorization,JIT的速度也很快. 3. 多寫test,多用assertion,少嵌套,少break/continue等等一些比較general的建議 4. 初始化用nan而不是zeros 5. 變量名不要太隱晦 6. 一句代碼一行 7. 先文檔後實現 8. 新版本的oo也慢不到哪去。 個人感覺對初學者幫助會很大。
評分簡潔實用
評分
評分
評分
評分
The Elements of MATLAB Style pdf epub mobi txt 電子書 下載 2024