VFXWindow – Python Qt Window class for compatibility between VFX programs
Python Qt Window class for compatibility between VFX programs - huntfx/vfxwindow... (more…)
Read more »This post contains a step-by-step example of a refactoring session guided by tests. When dealing with untested or legacy code refactoring is dangerous and tests can help us do it the right way, minimizing the amount of bugs we introduce, and possibly comp… Read more