Re: [pygccxml-development] FT -subst_t
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-10-10 11:29:24
|
On 10/10/06, Matthias Baas <ba...@ir...> wrote: > Roman Yakovenko wrote: > > I propose to delete subst_t class. Main reason: > > Method substitute defines some logic, according to which this it decides how to > > indent the code. This is just wrong. code_manager_t class understands > > the meaning of > > the variables, so it is its respocibility to indent the code. Without > > subsitute method this class is pretty useless. > > This proposal doesn't mention how to get back the actual functionality > after removing subst_t. So I take it you suggest to move the > substitute() method into the code_manager_t class? Yes. code_manager_t class understands the variables, so it is its responsibility to indent them. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |