Techno Blender
Digitally Yours.
Browsing Tag

Refactoring

Solving a Tennis Refactoring Challenge in Python using SOLID

A step-by-step illustration of how to use SOLID to solve a refactoring challengeContinue reading on Towards Data Science » A step-by-step illustration of how to use SOLID to solve a refactoring challengeContinue reading on Towards Data Science » FOLLOW US ON GOOGLE NEWS Read original article here Denial of responsibility! Techno Blender is an automatic aggregator of the all world’s media. In each content, the hyperlink to the primary source is specified. All trademarks belong to their rightful owners, all…

Refactoring: Make this code readable | by Betty LD | Nov, 2022

“When programming, always follow the camping rule: Always leave the code base healthier than when you found it.” Martin Fowler .This article is written for developers, tech leaders, or curious people that want to understand how to save time on a given codebase, how to make the development process faster and how to make the developers feel better, and empower them to maintain a healthy and agile codebase. Refactoring is an embedded activity in software engineering which requires skills and experience. I’ve written this…

From Jupyter to Kubernetes: Refactoring and Deploying Notebooks Using Open-Source Tools | by Eduardo Blancas | Jun, 2022

Software Engineering For Data ScienceA step-by-step guide to going from a messy notebook to a pipeline running in KubernetesPhoto by Myriam Jessier on UnsplashNotebooks are great for rapid iterations and prototyping but quickly get messy. After working on a notebook, my code becomes difficult to manage and unsuitable for deployment. In production, code organization is essential for maintainability (it’s much easier to improve and debug organized code than a long, messy notebook).In this post, I’ll describe how you can use…