要讓開發的程式可讀性高,可維護性才會好,有一致的程式設計風格與標準,不只是自己在將來修改程式時比較不會有困難,團隊中也有利於code review與維護工作的交接。下面整理一些常用程式語言的設計慣例與風格。
C語言
- GNU Coding Standard - GNU.org
- NASA C Style Guide - NASA Goddard Space Flight Center Aug.1994
- C Coding Style - GNOME Developer Center
C++語言
- Google C++ Style Guide - Google
HTML/CSS
- Google HTML/CSS Style Guide - Google
- HTML5 Style Guide and Coding Conventions - w3schools.com
Java 語言
- Java Code Conventions - Oracle Sep.1997
- Google Java Style Guide - Google
Javascript 語言
- JavaScript Style Guide and Coding Conventions - w3schools.com
- Google JavaScript Style Guide - Google
PHP 語言
- PSR-2: Coding Style Guide - PHP-FIG.org
Python 語言
- PEP 8 -- Style Guide for Python Code - python.org
- Google Python Style Guide - Google
Visual Basic 語言
- Visual Basic Coding Conventions - Microsoft
沒有留言:
張貼留言
歡迎提供意見, 謝謝 (註 : 留言經過版主審核通過才會發布)