Opytimizer: Nature-Inspired Optimization in Python
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization techniques. - gugarosa/opytimizer... (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