- Computer Programming for Absolute Beginners
- Joakim Wassberg
- 185字
- 2021-06-11 18:38:38
Chapter 4: Software Projects and How We Organize Our Code
When we write software and our program grows, we will need to organize our code so that it is easy to read when we need to maintain it. An application can be hundreds of thousands or millions of lines of code long, so having it all in a single file is impossible. We will need to pide the code into multiple files, but how will we do this? And even if we put the code into separate files, then we'll have lots of files, so we will need to organize them into folders. How can we do this so that the compiler or interpreter can find them? How will we know where to look when we need to edit a part of the application? In this chapter, we will discuss this and learn about some patterns that we can use.
The following topics will be covered in this chapter:
- Understanding code modules
- The concept of a code project
- Working with package managers to share code
- Delving into a namespace
- Using namespaces to avoid naming conflicts
- SQL Server 2012數據庫技術與應用(微課版)
- 大數據營銷:如何讓營銷更具吸引力
- MySQL 8.x從入門到精通(視頻教學版)
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 高維數據分析預處理技術
- Python數據分析與挖掘實戰(第3版)
- R語言數據挖掘
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- Solaris操作系統原理實驗教程
- Hadoop集群與安全
- 貫通SQL Server 2008數據庫系統開發
- 機器學習:實用案例解析
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- Oracle 內核技術揭密
- Artificial Intelligence for Big Data