Top "Modularity" questions

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

ASP.NET MVC 5 Modular Web application Architecture?

The company where I am currently employed is struggling with an architectural decision for our range of applications. At the …

c# asp.net-mvc knockout.js architecture modularity
How to design an application in a modular way?

I am looking for pointers, suggestions, links, warnings, ideas and even anecdotical accounts about "how to design an application in …

python design-patterns oop modularity software-design
CMake: how best to build multiple (optional) subprojects?

Imagine an overall project with several components: basic io web app-a app-b app-c Now, let's say web depends on io …

build cmake modularity
Plotting communities with python igraph

I have a graph g in python-igraph. I can get a VertexCluster community structure with the following: community = g.community_…

python graph igraph modularity decomposition
ReactJS: How can I have a more modular use of prop types & shapes for objects?

I like to explicitly specify all my prop types for every class. React.createClass({ propTypes: { optionalArray: React.PropTypes.array, optionalBool: …

javascript reactjs modularity
Module Loading with ModuleManager in Prism

This question was also posted on Prism's site on Codeplex. I am a little lost on loading modules on demand, …

wpf prism modularity
How to define an array of a type in an external file in Raml?

If I have a file defining a Datatype SimpleDuple, and in another file defining another datatype called DiscreetFilter I want …

arrays types include modularity raml
R: igraph, community detection, edge.betweenness method, count/list members of each community?

I've a relatively large graph with Vertices: 524 Edges: 1125, of real world transactions. The edges are directed and have a weight (…

r igraph modularity
Some solid OOP criticism?

I want to ask you to provide me with some articles (maybe books), which you possibly have found very convincing …

oop lazy-evaluation modularity
Good implementation of scalable JavaScript application architecture (Sandbox by Nicholas Zakas)?

I recently watched a good video with regards to a modular JavaScript architecture including a sandbox. I was wondering if …

javascript javascript-framework sandbox modularity