標籤:end uil mod ems pre pos line 構建 div
下面為Oracle大師級語錄:
Oracle Database developers should follow is to do everything they can in SQL. What they cannot do in SQL, they should do in PL/SQL. And what they cannot do in PL/SQL, they should do in whatever language they are using to build their user interfaces–Tom Kyte
Oracle開發人員應該遵守儘可能用SQL實現一切。假設SQL無法實現,則應該用PL/SQL實現。
假設PL/SQL無法實現。則應該用不管哪種語言去構建使用者介面。
Comments have their place in code, and they should certainly be used to explain complex algorithms. I always prefer, however, to let the code speak for itself—tell its own story. –Steven Feuerstein
凝視更應該來解釋複雜演算法。
我更傾向於讓代碼講述自己的故事!
“Use the right tool for the right job. We programmers are paid to solve problems, not to come up with the most elegant SQL statement or the coolest PL/SQL algorithm. –Steven Feuerstein
使用正確的工具來完畢正確的工作。我們程式猿拿錢來解決這個問題,不是去搞出一些花裡胡哨的東西!
–To be continue
Oracle開發人員規則