PDA

View Full Version : Need to start marking public/private functions



dfenwick
28 Mar 2007, 7:51 AM
There are a few functions marked as public/private throughout the code, but there are many (MANY) that are not. Before folks get too far down the line with their applications, it might be good to identify those functions that are deemed to be private by the library. There are some functions, particularly in the grid classes, that look awfully suspicious with regard to their privateness. A good example was a thread about manually called autoResizeColumns(). If it's public that's fine, but if it's a private function and someone uses it as the only workaround they have for a problem, it's definitely going to break things in the end.