码迷,mamicode.com
首页 > 数据库 > 详细

Oracle开发者守则

时间:2017-08-05 22:47:34      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:end   uil   mod   ems   pre   pos   line   构建   div   

下面为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

Oracle开发者守则

标签:end   uil   mod   ems   pre   pos   line   构建   div   

原文地址:http://www.cnblogs.com/lytwajue/p/7291647.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!