Monday, August 22, 2005

If ((amount != "") || (amount != "0.00")) {

return true;
}
else{
if (amount >= "0.00") {
.....
}
}

This is how I feel today. Or should I say the type of logic I'm having to work with. (Yes, I know it doesn't make sense).

Today is the day that I feel like the code is beating me. I just can't seem to get the logic right, or it's right, but then there is this one thing they want it to do that just doesn't work with the current logic. Don't get me wrong, I love my job and enjoy doing it, but at the same time I have yet to figure out how I got here. While in college I said I would never program, yet both jobs I have had since then have been programming. I surprised myself and am actually good at it--BR would be proud. (Thanks again, BR for not letting me drop out of the program. You know what you are doing!).

Back to the crazy logic I'm working with. Just felt like I needed to share with everyone.

No comments: