Mind-Boggling Display of Boolean Logic
© Copyright Frank D. Kanu 2000-2008
Found in production code—multiple times…
Technorati (All Links are external): boolean logic mind boggling multiple times production code code review
if( not A )then begin
some statements;
end
else if((A) and (B))then begin
some statements;
end
else
statement;Found in production code—multiple times…
Tags:
boolean logic mind boggling multiple times production codeTechnorati (All Links are external): boolean logic mind boggling multiple times production code code review







