As Unix Principle said: "Do one thing and do it well", and Clean Code said: "The first rule of functions is that they should be small", and Node.js Best Practices said: "Ensure that each unit is kept small and simple".Now, we can split long code into several small functions via object or files, execute them via kdo. This can makes the code clear, easy to read and maintain. Try it now.
Submitted October 08, 2019 at 02:01PM by hiowenluke
No comments:
Post a Comment