??? 02/26/13 16:59 Read: times |
#189486 - Indeed Responding to: ???'s previous message |
Convoluted conditional expressions like the one shown in Listing 2.1, scattered throughout the code, are unnecessarily complex and expensive to evaluate at runtime. They are also notoriously difficult to get right, even by experienced programmers, as the bugs still lurking in the Visual Basic calculator attest. This approach is insidious because it appears to work fine initially, but doesn't scale up as the problem grows in complexity. Apparently, the calculator application (overall only seven event handlers and some 140 lines of Visual Basic code including comments) is just complex enough to be difficult to get right with this approach.
Nuff said. |
Topic | Author | Date |
State Machines, & Stuff that "works" - but is full of bugs! | 01/01/70 00:00 | |
Indeed | 01/01/70 00:00 | |
Even ? | 01/01/70 00:00 | |
That's odd | 01/01/70 00:00 | |
I'd bet many have spotted it, but since it happens to us all | 01/01/70 00:00 |