Debugging or Sorting through the Trash? - TechRepublic
General discussion
October 26, 2006 at 05:08 AM
problemsolversolutionseeker

Debugging or Sorting through the Trash?

by problemsolversolutionseeker . Updated 19 years, 8 months ago

I can’t take it anymore! I am working on a system that uses tons of one table queries to walk through processes, and, then, uses tons of evaluates to make decisions. I am pulling my hair out!

I can tell my sup is not happy with my progress. I am not allowed to rewrite the programs in a more relational/hierarchial manner. Only allowed to fix the current bug, which takes me a longer time than I like or she likes.

Just using more UNION/JOIN’s and pulling more of the code into SQL would make life a lot better and allow for quicker debugging (and prevent a few in the first place).

Since I am not allowed to do the above, does anyone have some good suggestions?

This discussion is locked

All Comments