[Ml-yokadi] Summary of recent changes

Aurélien Gâteau aurelien.gateau
Dim 7 Déc 01:14:19 CET 2008


Sébastien Renard wrote:
> Le samedi 6 décembre 2008, Aurélien Gâteau a écrit :
>> I got a bit creative these last two days and made a few changes to
>> Yokadi which I would like to present to you:
> [...]
> 
> Why did you create keywordDictIsSubsetOf and createFilterFromRange as 
> subfunctions of t_list instead of reusable function in utils module ?

utils.py is getting a bit bloated right now so I am refraining from 
adding more functions to it if they are not needed in more than one place.

Additionally, if the implementation of t_list changes and those 
functions are no longer useful, having them in utils.py means they may 
be left there, unused. I am more likely to remove them if they are 
subfunctions.

Of course, if you want to use these functions elsewhere, move them to 
utils.py.

Aurélien


Plus d'informations sur la liste de diffusion Ml-yokadi