当前位置:网站首页>Format code_ What does formatting code mean
Format code_ What does formatting code mean
2022-07-06 01:21:00 【Lu Gangwei Beijing ideal International Travel Service Co., Ltd】
When entering or automatically generating code in the source code editor , The code will be formatted in some way , This process is called formatting code .
The purpose is , enhance readability .
Code formatting , Mainly to sort out the indentation of the original code , And the interval of operators .
The purpose is to make the code indentation clear , Easier to read .
Such as :
if a = b then
c =c+1
if c>5 then
exit sub
end if
end if
After the formatting :
if a = b then
c = c + 1
if c > 5 then
exit sub
end if
end if
边栏推荐
- Hcip---ipv6 experiment
- 直播系统代码,自定义软键盘样式:字母、数字、标点三种切换
- Superfluid_ HQ hacked analysis
- The population logic of the request to read product data on the sap Spartacus home page
- 电气数据|IEEE118(含风能太阳能)
- Construction plan of Zhuhai food physical and chemical testing laboratory
- GNSS terminology
- Leetcode study - day 35
- MobileNet系列(5):使用pytorch搭建MobileNetV3并基于迁移学习训练
- Zhuhai's waste gas treatment scheme was exposed
猜你喜欢
Ubantu check cudnn and CUDA versions
VSphere implements virtual machine migration
leetcode刷题_反转字符串中的元音字母
Leetcode study - day 35
yii中console方法调用,yii console定时任务
[pat (basic level) practice] - [simple mathematics] 1062 simplest fraction
Daily practice - February 13, 2022
VMware Tools安装报错:无法自动安装VSock驱动程序
How to extract MP3 audio from MP4 video files?
2020.2.13
随机推荐
Crawler request module
JVM_ 15_ Concepts related to garbage collection
Distributed base theory
2020.2.13
Basic process and testing idea of interface automation
Four commonly used techniques for anti aliasing
Recommended areas - ways to explore users' future interests
VSphere implements virtual machine migration
Huawei converged VLAN principle and configuration
Mlsys 2020 | fedprox: Federation optimization of heterogeneous networks
File upload vulnerability test based on DVWA
Gartner released the prediction of eight major network security trends from 2022 to 2023. Zero trust is the starting point and regulations cover a wider range
Zhuhai's waste gas treatment scheme was exposed
【第30天】给定一个整数 n ,求它的因数之和
How to see the K-line chart of gold price trend?
How does Huawei enable debug and how to make an image port
FFT learning notes (I think it is detailed)
Gartner发布2022-2023年八大网络安全趋势预测,零信任是起点,法规覆盖更广
Ordinary people end up in Global trade, and a new round of structural opportunities emerge
[pat (basic level) practice] - [simple mathematics] 1062 simplest fraction