[PyQt] Any Large PyQt Projects?

Stef Mientki stef.mientki at gmail.com
Thu Feb 19 23:46:40 GMT 2009


Miguel Lobo wrote:
> I'm also interested in this, but from a different angle.  For large
> projects, how much of a problem is the lack of static checks of the
> kind that would be performed by a C/C++ compiler?  For example, if you
> want to add a new parameter to a method, or change a parameter's type,
> is it a problem to identify all calls to said method so you can update
> them accordingly?
>
>   
I'm not a programmer,
but by type checking in the method and keyword arguments,
you can postpone the change of all existing calls to infinity.



More information about the PyQt mailing list