Hướng dẫn

Chia sẻ 1 số tiêu chuẩn khi viết code ở 1 số ngôn ngữ
—–
Quy tắc viết code của 1 số ngôn ngữ:
Objective -C:
https://github.com/raywenderlich/objective-c-style-guide
Công cụ quét lỗi sai cho objective-C:
http://docs.oclint.org/en/stable/intro/installation.html
C/C++:
https://google.github.io/styleguide/cppguide.html
hoặc theo tiêu chuẩn của google:
https://github.com/google/styleguide/tree/gh-pages/cpplint
Công cụ quét lỗi sai cho C/C++:
https://bitbucket.org/verateam/vera/wiki/Home
Swift:
– https://google.github.io/swift/
– https://github.com/raywenderlich/swift-style-guide
Công cụ quét lỗi sai cho Swift:
https://github.com/realm/SwiftLint
Java:
https://www.oracle.com/technetwork/java/codeconventions-150003.pdf
https://google.github.io/styleguide/javaguide.html
Công cụ quét lỗi sai cho Java:
https://checkstyle.sourceforge.io/
java Script:
https://google.github.io/styleguide/jsguide.html
Công cụ quét lỗi sai cho Java script:
https://standardjs.com/
Vào theo dõi Code toàn bug để xem nhiều bài đăng hơn.

User Avatar

Code Toàn Bug

Code nhiều bug nhiều!

Leave a Reply

Your email address will not be published. Required fields are marked *