Top "Modularity" questions

Modularity describes the degree to which a system’s components may be separated and recombined.

How to structure a express.js application?

Is there a common convention for breaking up and modularizing the app.js file in an Express.js application? Or …

javascript node.js modularity express
What is the best way to manage configuration data

I am working on a product suite which has 4 products. Right now, all of the configuration data is either in …

java configuration-management modularity
How to make code modular?

I have some Java programs, now I want to find out whether it is modular or not, if it is …

java module osgi modularity
WPF unity Activation error occured while trying to get instance of type

I am getting the following error when trying to Initialise the Module using Unity and Prism. The DLL is found …

wpf unity-container prism modularity
Community detection in Networkx

I'm studying about detection communities in networks. I'm use igraph and Python For the optimal number of communities in terms …

python igraph networkx modularity
Angularjs Argument is not a function got string

I am a newbie to angularjs. I am building an application where my home page will have a list of …

javascript angularjs modularity
How can Modularity help in Network Analysis

I have a large network of routers all interconnected in a community network. I am trying to see different ways …

graph graph-theory modularity gephi
Graph modularity in python networkx

I have created a graph in python lib NetorwkX and I want to implement a modularity algorithm in order to …

python graph networkx modularity
Packaging Facelets files (templates, includes, composites) in a JAR

Is it possible to put JSF2 Facelets files with common content into a JAR to use it from other web …

jsf jsf-2 jar facelets modularity
How can one import only variables and mixins from Sass stylesheets?

I'm using the Zurb Foundation 4 (S)CSS framework, and I'm running into an issue of massively duplicated styles. This is …

css ruby-on-rails sass zurb-foundation modularity