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

Issue2【命名規則を遵守できていないメソッドを修正する】 #2

Open
Tom-SAS opened this issue May 5, 2021 · 0 comments

Comments

@Tom-SAS
Copy link
Owner

Tom-SAS commented May 5, 2021

概要 Ruby の命名規則を遵守できていない箇所があるので、修正してほしい。 # 命名規則のヒント ### クラス 頭文字大文字のキャメルケース。 Sample TechCamp ### メソッド 小文字のスネークケース。動詞から始めて、何の処理をするメソッドなのかがわかるとGood! get_week get_date ### 変数 小文字のスネークケース name user_name

--

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

No branches or pull requests

1 participant