- 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
- 正則表達(dá)式必知必會(huì)
- MySQL基礎(chǔ)教程
- 醫(yī)療大數(shù)據(jù)挖掘與可視化
- 商業(yè)分析思維與實(shí)踐:用數(shù)據(jù)分析解決商業(yè)問(wèn)題
- Hadoop大數(shù)據(jù)實(shí)戰(zhàn)權(quán)威指南(第2版)
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用教程
- 數(shù)據(jù)中心數(shù)字孿生應(yīng)用實(shí)踐
- 大數(shù)據(jù)技術(shù)入門
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- SQL Server 2012數(shù)據(jù)庫(kù)管理教程
- 區(qū)塊鏈技術(shù)應(yīng)用與實(shí)踐案例
- 二進(jìn)制分析實(shí)戰(zhàn)
- 菜鳥學(xué)SPSS數(shù)據(jù)分析
- SIEMENS數(shù)控技術(shù)應(yīng)用工程師:SINUMERIK 840D-810D數(shù)控系統(tǒng)功能應(yīng)用與維修調(diào)整教程
- 大數(shù)據(jù)分析:R基礎(chǔ)及應(yīng)用