Re: How to avoid confusion with method names between layers of a package

2011-07-31 Thread Ian Kelly
> So far so good. The problem is that a CubeGrid instance is also a wx.Grid instance. However, different naming conventions apply there. All method names in wxPython are coming from C++. They use CamelCase method names. There is a naming conflict. What should I do? > > Solution #1: Mix CamelCase an

How to avoid confusion with method names between layers of a package

2011-07-31 Thread Laszlo Nagy
Hi All, I have a package with more layers of code. Bottom layer contains classes and methods for dealing with tabular data. Second layer works with multi-dimensional data. It provides a data model with unified API for accessing multi dimensional databases. Top layer is responsible for disp