228 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
Shuaruta Inc. ウェブアクセシビリティ基盤委員会 (WAIC) NVDA日本語版 すごい広島 with Python
研鑽Rubyプログラミング 拾い読み(6章, 16章, 17章) 2023-06-28 @24motz / @nishimotz
## Recognizing different perspectives to code formatting bar if foo # -if foo bar end # -foo and bar
return unless condition # -unless condition return end # -if !condition return end # -condition or return
詩人と哲人 • 味気ないコードを嫌う人 • 一貫性を重視する人 • ほとんどのプログラマーは詩人と哲人のあいだのどこか • 全員が詩人であれば一貫性は重要でない • 全員が哲人であれば一貫性の強制を検討 • チームがどこにいるかを知って方針を決めよ