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

Answer by DaiAoki #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

DaiAoki
Copy link

@DaiAoki DaiAoki commented Aug 21, 2017

こだわった点/アピールポイントなど

  • メソッド名が汎用的なものとなるようにこころがけた。
# exitedではなく、返金済などの可能性を考慮しusedとする
def redirect_if_used_ticket
    redirect_to root_path, alert: '降車済みの切符です。' if @ticket.used?
end
  • 再利用できそうな処理(ex. calculate_distanceなど)は、なるべく切り出すようにした。

@JunichiIto
Copy link
Owner

すでにチェック済みかもしれませんが、こちらの動画でコメントさせてもらいました!
よろしくお願いします。

【前編】全部見ます!プロを目指すRailsエンジニアのための公開コードレビュー #railsdm - YouTube
https://www.youtube.com/watch?v=xZk4f4PPUhU&t=1s

【後編】全部見ます!プロを目指すRailsエンジニアのための公開コードレビュー #railsdm - YouTube
https://www.youtube.com/watch?v=yDxg0sXHXOo

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

Successfully merging this pull request may close these issues.

2 participants