Dumb answers to dumb questions
Aug. 12th, 2009 02:22 amWhy do I even have that recursion in the first place? It's to account for if beta gives me an output that's of the same value, but structurally different... but beta can't do that! Except in the trivial case. Which raises the big question: Why the hell am I calling it in the trivial case? Skip that one! Get on with the searching actual cases! And eliminate the dumb recursion to handle an unnecessary case!
...this will probably simplify things a lot, but it won't be enough to fix the function fully. Oh well. It's a good start.
...this will probably simplify things a lot, but it won't be enough to fix the function fully. Oh well. It's a good start.