Oracle開發人員守則

indexman發表於2015-06-28

以下為Oracle大師級語錄:

  1. 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無法實現,則應該用無論哪種語言去構建使用者介面。

  2. 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
    註釋更應該來解釋複雜演算法。我更傾向於讓程式碼講述自己的故事!

  3. “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

相關文章