On Saturday, March 14, 2020 at 10:12:06 AM UTC-4, vitalije wrote: > > That does not mean that testing that code will ever be easy. If anyone >> knows how to test the Qt code, I would appreciate knowing how. > > [snip] > I really believe that doing decoupling piece by piece, module by module, > can make Leo's code much easier to test and more importantly easier to > (re)use. > > Vitalije >
Yes, this is the concept of repaying technical debt. It can mainly happen by refactoring a piece when that piece comes up for work anyway. Leo's code base is way too large to do much else, except maybe to have a plan to refactor say one part every minor release. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/c49a5671-bc25-4db1-8825-6aa60ac37a97%40googlegroups.com.
