Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sevenjay
/
sevenjay.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Coding Principle
Jump to bottom
Edit
New page
jay.chang edited this page
Apr 24, 2019
·
1 revision
title: Sevenjay's Coding Principle
可讀性的程式優於快速的程式
除了程式可容易閱讀之外,必定要寫註解
不確定使用方法就別用
盡量用你知道最安全的方法
可重複使用的程式碼就不要複製貼上,獨立出來
命名要有原則
除了為了註解跟可讀性,盡量讓程式簡潔
使用己經過標準驗證的,比如使用STL,atoi(),不要用itoa
不要忽視warning
使用版本控制
不要的程式不要只是mark掉
不要相信使用者及預設的環境,assert它或處理它。
使用日誌(log)工具來隨時追蹤跟診斷。
謹慎的使用任何型別轉換,比如int跟long int在各平台上不一定大小相同。
OOP Principle
減少使用Global Variable(Singleton也是),除非在multi-thread才使用Singleton管理共同存取的單一資源。
Wiki pages
Pages
6
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
0. Markdown test
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
C++ Standard
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Coding Principle
title: Sevenjay's Coding Principle
OOP Principle
Loading
Coding Style
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
hackmd
Uh oh!
There was an error while loading.
Please reload this page
.
Add a custom sidebar
Clone this wiki locally
You can’t perform that action at this time.