研鑽Rubyプログラミング 拾い読み 6章 16章 17章

222 Views

June 29, 23

スライド概要

すごい広島 .rb with Python[75] オンライン

connpass
https://pycon-hiroshima.connpass.com/event/286282/

Togetter
https://togetter.com/li/2176633

書籍の引用を大幅に削除しました。詳細は下記をどうぞ。
https://www.lambdanote.com/products/polished-ruby

profile-image

Shuaruta Inc. ウェブアクセシビリティ基盤委員会 (WAIC) NVDA日本語版 すごい広島 IT初心者の会 YAPC::Hiroshima 2024

シェア

またはPlayer版

埋め込む »CMSなどでJSが使えない場合

関連スライド

各ページのテキスト
1.

研鑽Rubyプログラミング 拾い読み(6章, 16章, 17章) 2023-06-28 @24motz / @nishimotz

2.

## Recognizing different perspectives to code formatting bar if foo # -if foo bar end # -foo and bar

3.

return unless condition # -unless condition return end # -if !condition return end # -condition or return

4.

詩人と哲人 • 味気ないコードを嫌う人 • 一貫性を重視する人 • ほとんどのプログラマーは詩人と哲人のあいだのどこか • 全員が詩人であれば一貫性は重要でない • 全員が哲人であれば一貫性の強制を検討 • チームがどこにいるかを知って方針を決めよ