- Practical Data Wrangling
- Allan Visochek
- 194字
- 2021-07-02 15:16:06
Using text editors to write and manage programs
Like any other practice, programming requires a certain set of tools.
The first of these is the text editor. Text editors for programming are not like ordinary word processors, which will often apply formatting to text and sometimes force users to save with certain file extensions. Programs need to be saved in a raw format in order to run properly. This can be done with plain text editors such as Notepad in Windows and gedit in Linux; however, there are a few reasons to use a specialized text editor to program:
- Code and data tend to be spread across multiple directories, so keeping things organized is an important part of programming. Specialized text editors will often include an interface to open, close, move around, and rename files in a particular directory.
- Programs have rigid syntax, so it can be hard to navigate, read, and write programs, and easy to make mistakes if there is nothing to reinforce that syntax. Specialized text editors will highlight the syntax of the programming language. They will also often include shortcuts to fill in common words and syntactical elements.
推薦閱讀
- 嵌入式系統(tǒng)應(yīng)用
- 腦動力:C語言函數(shù)速查效率手冊
- Java開發(fā)技術(shù)全程指南
- HBase Design Patterns
- 現(xiàn)代機械運動控制技術(shù)
- 嵌入式操作系統(tǒng)
- 從零開始學(xué)C++
- 網(wǎng)絡(luò)管理工具實用詳解
- 工業(yè)自動化技術(shù)實訓(xùn)指導(dǎo)
- Visual C++項目開發(fā)案例精粹
- Hands-On Dashboard Development with QlikView
- TensorFlow Deep Learning Projects
- Xilinx FPGA高級設(shè)計及應(yīng)用
- 算法設(shè)計與分析
- FreeCAD [How-to]