看板
[ Ruby ]
討論串DRY or not DRY
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
出自我的 Blog. http://lightyror.blogspot.com/2006/10/dry-or-not-dry.html. DRY 也就是 Don't Repeat Yourself 的簡稱,Ruby on Rails 導入許多機制只是為了更好 DRY your code ,使用 D
(還有2050個字)
內容預覽:
==恕刪==. 我之前遇到這樣的情況 (一個show圖的網頁). 是把這些logic丟到helper裡處理. <div class="image">. <%= show_image(image) %>. <div class="meta_link">. <%= show_meta_link(imag
(還有4個字)
內容預覽:
如果是我的話. 我會考慮使用. def show_image ( image , user ). 這樣來宣告. 主要是考慮到 user 這個變數在不同的 controller 可能有不同的詮釋方式. 可能這個 controller 代表 這個網頁的主人. 下個 controller 代表 參觀這個網
(還有79個字)
首頁
上一頁
1
下一頁
尾頁