Relative Content

Tag Archive for maintainability

Callback functions: Semantics and maintainability, when they aren’t necessary [duplicate]

This question already has answers here: How would you know if you’ve written readable and easily maintainable code? [closed] (19 answers) Closed 9 years ago. Within the context of JavaScript/Node.JS; Will using Callback functions improve the maintainability of source code, when there is no need for async programming? For example does the plain code sound […]