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 […]
How to choose between different ways to write some code?
I would like to validate point in a two-dimensional rectangular Cartesian coordinate. I found following regular expression solution on stackoverflow ^(-?d+(.d+)?),s*(-?d+(.d+)?)$
. Another solution is using little PHP controls:
Decoupling of Model and API (in an .net WEB API Project)
I currently have one separate project for my models, and one separate project for a API application that consumes this model. The intention of the separation is to avoid any outgoing dependencies from the core model to consumers like the API project, enabling me to have a nice layered structure of responsibility.
Architectural / Application Practices to guard against ‘breaking changes’
We have an application where the customer has changed their mind about a large area of functionality and this area requires a large amount of re-work.
Pick dynamically the right Factory Class with Inversion of Control
I have a TreeView
and I want to enable the context menu when clicking with the right mouse button. It is composed by items from different classes, but they all share the same base class.
Pick dynamically the right Factory Class with Inversion of Control
I have a TreeView
and I want to enable the context menu when clicking with the right mouse button. It is composed by items from different classes, but they all share the same base class.
Pick dynamically the right Factory Class with Inversion of Control
I have a TreeView
and I want to enable the context menu when clicking with the right mouse button. It is composed by items from different classes, but they all share the same base class.
Pick dynamically the right Factory Class with Inversion of Control
I have a TreeView
and I want to enable the context menu when clicking with the right mouse button. It is composed by items from different classes, but they all share the same base class.
What characteristics does software have that’s easily modified by other developers 6+ months after initial release? [closed]
Closed 9 years ago.
What characteristics does software have that’s easily modified by other developers 6+ months after initial release? [closed]
Closed 9 years ago.