> I'd prefer to see the code move away from taking advantage of > properties of numbers and become more abstract.
true. Why not:
class Building{
...
bool isConstructionSite;
...
}
(But in algorithms properties of numbers can be very effective.)
--
Kai Antweiler
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel
