- R Programming By Example
- Omar Trejo Navarro
- 236字
- 2021-07-02 21:30:42
Putting it all together into high-quality code
Now that we have the fundamentals about analyzing data with descriptive statistics, we're going to improve our code's structure and flexibility by breaking it up into functions. Even though this is common knowledge among efficient programmers, it's not a common practice among data analysts. Many data analysts would simply paste the code we have developed all together, as-is, into a single file, and run it every time they wanted to perform the analysis. We won't be adding new features to the analysis. All we'll do is reorder code into functions to encapsulate their inner-workings and communicate intention with function names (this substantially reduces the need for comments).
We'll focus on producing high-quality code that is easy to read, reuse, modify, and fix (in case of bugs). The way we actually do it is a matter of style, and different ways of arranging code are fit for different contexts. The method we'll work with here is one that has served me well for a variety of situations, but it may not be the best for yours. If it doesn't suit your needs, feel free to change it. Whichever style you prefer, making an investment in creating a habit of constantly producing high-quality code will make you a more efficient programmer in the long run, and a point will come where you will not want to program inefficiently any more.
- Mastering Hadoop 3
- Mastering Spark for Data Science
- 21天學通JavaScript
- R Data Mining
- Managing Mission:Critical Domains and DNS
- 網頁編程技術
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- Multimedia Programming with Pure Data
- 21天學通Java Web開發
- 構建高性能Web站點
- 影視后期編輯與合成
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Hands-On Dashboard Development with QlikView
- 生成對抗網絡項目實戰
- 大數據導論