#cleancode #softwaredevelopment #unclebob #cleanarchitecture #softwaredevelopmenttips
In this video Robert C. Martin a.k.a Uncle Bob speaks on how developers can determine when a function is too big. He talks about the power of extracting functions out of functions as a way to adhere to the single responsibility principle. He addresses the most common concerns with this approach to software development, and attempts to show how the simple act of code extraction which when applied correctly and consistently can eventually lead to the sculpting of the entire system as a by-product.
コメント