Re: [pygccxml-development] improving user experience
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-07-06 11:50:14
|
Roman Yakovenko wrote: > 1. Every declaration that user asked to export will be exported. Those > declarations > that could not be exported will be commented out and description of the > problem will be provided. Thus when developer will get question from a user: > why you did not exported declaration "X", developer will be able to go to > generated file and to read an explanation. Good idea! In my case this would have answered my question before I was even posing it (as the first thing I did was to have a look in the generated source file to check if the method is there). > 2. The monolithic loggers were a mistake. Both pygccxml and py++ will have > loggers hierarchy: > pygccxml logger as root + gccxml logger, performance or query logger > pyplusplus will also has additional loggers. > > Thus developer will have better control on information, he wants to get from > py++. Agreed! Now the question is how many loggers are needed, what is their name, where can we get away with separate log levels instead of separate loggers, etc.? - Matthias - |