程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> Oracle教程 >> Oracle開發人員守則

Oracle開發人員守則

編輯:Oracle教程

Oracle開發人員守則


以下為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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved