Thursday, 22 June 2017

June 22, 2017

Hard-coding vs. Soft-coding in PL/SQL and SQL

Thanksto Steven Feuerstein for his awesome work on pl/sql. This post is mostly summary and compilation with useful links at the end. All the files relating to hard-coding can be downloaded from here.🔗 Hard-coding Hard- coding, usually involves using Literal values, would be fine if nothing ever changed in our applications, only and only if: – Requirements, Tables' Definitions, Rules & Formulas and Configuration Constants ...