go语言|青训营笔记

24 阅读1分钟

这是我参与「第五届青训营 」伴学笔记创作活动的第三天 1.高质量编程

CleanShot 2023-01-17 at 16.47.31@2x.png 正确性、边界条件、易读易维护。

CleanShot 2023-01-17 at 16.48.27@2x.png 编码规范gofmt自动格式化代码

CleanShot 2023-01-17 at 16.49.40@2x.png

CleanShot 2023-01-17 at 16.50.22@2x.png

2、注释

CleanShot 2023-01-17 at 16.51.04@2x.png

CleanShot 2023-01-17 at 16.52.35@2x.png

CleanShot 2023-01-17 at 16.54.05@2x.png

CleanShot 2023-01-17 at 16.54.24@2x.png

CleanShot 2023-01-17 at 16.54.40@2x.png

CleanShot 2023-01-17 at 16.55.06@2x.png 团队合作保证代码易读易维护,简单,逻辑,尽可能简单 清晰,其他人阅读代码,保证可以清楚读明白,放心重购,优化。

CleanShot 2023-01-17 at 16.55.35@2x.png

CleanShot 2023-01-17 at 16.58.00@2x.png

CleanShot 2023-01-17 at 16.58.15@2x.png

CleanShot 2023-01-17 at 16.58.38@2x.png

CleanShot 2023-01-17 at 16.58.53@2x.png

CleanShot 2023-01-17 at 16.59.18@2x.png

CleanShot 2023-01-17 at 16.59.36@2x.png

CleanShot 2023-01-17 at 17.00.03@2x.png