Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if文の記述について #1

Open
ieee0824 opened this issue Dec 24, 2014 · 4 comments
Open

if文の記述について #1

ieee0824 opened this issue Dec 24, 2014 · 4 comments
Assignees
Milestone

Comments

@ieee0824
Copy link

@gyaneman
https://github.com/RobotClubKut/PSoC3_Library/blob/master/ICS3_5/ics3_5.c
のプログラムについてだが

if( Conditional expression )
    hoge();

という記述になってるけど余り良い記述方法ではないから

if( Conditional expression ){
    hoge();
}

とするか

if( Conditional expression ) hoge();

としたほうがいいと思う。バグ混入した時におそらく死ぬ。
🌟 :octocat:

@ieee0824 ieee0824 added this to the hotfix milestone Dec 24, 2014
@pine
Copy link
Member

pine commented Dec 24, 2014

にゃんぱす

@pine pine added the wontfix label Dec 24, 2014
@hikarin522
Copy link
Member

ノエルたそ~

@takamasavvv
Copy link

にゃんぱすー

@pine pine added the nyanpass label Dec 24, 2014
@gyaneman
Copy link
Member

なおしますた

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants