top | item 42994661

(no title)

richbell | 1 year ago

That's an easy swipe to make. What would you suggest instead?

discuss

order

Kwpolska|1 year ago

A prefix/suffix for views is maaybe acceptable. But definitely not within database functions and procedures.

richbell|1 year ago

> But definitely not within database functions and procedures.

I generally find Hungarian notation silly, however, there's a compelling argument to have them in functions and procedures — perhaps more than for views. The type of the variable matters just as much as where/how it was declared, such as in/out params.

That's the 'steelman' argument for them, as I understand it.