Division of Labor
Monday, September 20th, 2004When you create common functions, it’s important to make sure any wrapped queries do one thing at a time.
Today I was working on a function I originally wrote that queried something based on a primary key and returned related data for 1…..n records.. It was then modified by someone else so that it had […]