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
Avoid using HTML tags in CSS selectors E.g. Prefer .o-modal {} over div.o-modal {} Always prefer using a class over HTML tags (with some exceptions like CSS resets) Don't use ids in selectors #header is overly specific compared to, for example .header and is much harder to override Read more about the headaches associated with IDs in CSS here. Don’t nest more than 3 levels deep Nesting selectors i
README.md Ruby コーディング規約 これは マネーフォワード Ruby コーディング規約です. これらを、お手本(ベース)にしています Bozhidar Batsov's 規約(これを元にしています) Github規約 クックパッド規約 コーディング規約をまとめてみた (Ruby編) 次の目標は、Railsコーディング規約です. マネーフォワード 規約(Rails版) 以下は、ドメインの前提条件です Rubyのバージョンは2.1以降を前提とする(バージョンの異なるプロダクトが無い為) 複数の表記がある場合、新しく採用された表記を強く推奨します 複数の同じ振る舞いのメソッドやシンタックスシュガーが存在する場合、短い方を利用します ex) mapとcollectは双方の価値を認めつつ、mapを採用します ex) []とArray.newは双方の価値を認めつつ、[]を採用します
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く