-
// Where? Why are you asking me?
private string AppendWhere(string ColName, int Index); -
// If you’re going to pass back a boolean through an ‘out’ parameter instead
// of having the function simply return it, then you should indeed get
// another job…and it should not be coding
private void GetNextJob(out bool IsActive); - // I think that there’s some confusion here between ‘validate’ and ‘analyze’
public bool AnalyzeData(string); -
// No, you go ahead and do that without me. As for me, I’m going to keep
// my appetite intact.
const FILE* OpenDataSores(string); -
// You’re right, we needed that function. Good call.
string CreateTruncateSql(string Table)
{ return “TRUNCATE TABLE ” + sTable; }
Peter Bolton is the author of Blowing the Bridge: A Software Story and has also been known to be a grumpy bastard on occasion.