Leveraging the Power of "5S" for Clean and Reusable Code
When dealing with code, we often talk about clean and reusable code. Python is an Object-Oriented Programming (OOP) language and it's great for reusing the code because, for example, we can create our own functions and invoke them. But can we follow a methodology to write clean and reusable code? In this article, we'll see the "5S" methodology which can be useful to create clean and reusable code, even in our Data Science projects. The "5S" methodology comes from the so-called "Lean Manufacturing" or "Toyota Production System" (TPS), as it's been developed at Toyota Motor.
Jul-9-2022, 22:55:04 GMT