Search code examples
Is having a scalar type and element inside a parent element bad design in XML?...


c#xmldesign-decisions

Read More
In React, why can't you add a key to an empty fragment (short syntax)?...


reactjsjsxdesign-decisions

Read More
Why is ImmutableList<T> a class but ImmutableArray<T> a struct?...


c#immutabilitydesign-decisions

Read More
Rationale for numpy.split returning a list and not an array...


pythonnumpydesign-decisions

Read More
Multi Tenant vs Single Tenant?...


postgresqlproductsaasdesign-decisions

Read More
Is there a design reason why std::set doesnt have front and back member functions?...


c++setapi-designmember-functionsdesign-decisions

Read More
Is it wrong to use the hand cursor for clickable items such as buttons?...


user-interfacedesktop-applicationuser-experiencemouse-cursordesign-decisions

Read More
Architectural Decision: How to structure a big Json Response...


jsonarchitecturedesign-decisions

Read More
If the stack grows at numerically lower address why does pointer comparison reverses this?...


c++stackheap-memorymemory-addressdesign-decisions

Read More
Making conditional decision based on objects in an Array...


pythonarraysiterationdesign-decisions

Read More
Declaring configuration of custom configurable application in java?...


javatextconfigurationconfiguration-managementdesign-decisions

Read More
Why was getMonth deprecated on java.sql.Date and java.util.Date...


javascaladatedeprecateddesign-decisions

Read More
How can my class be provided some information about its environment?...


c++oopaggregationcompositiondesign-decisions

Read More
How can a function ask its caller class to invoke one of its methods?...


c++functionclassmemberdesign-decisions

Read More
How can I avoid including a class stored as a field in a data structure?...


c++nestedincludeforward-declarationdesign-decisions

Read More
Why doesn't my character sheet work with input() when trying to choose a race in a text based ad...


pythonpython-3.xdecision-treefsmdesign-decisions

Read More
How to implement numerous conditions in java other than switch case and if/else?...


javaroutesdesign-decisionsworkflow-engine

Read More
Why does x86-64 use IA-64 C++ ABI?...


c++x86-64calling-conventionabidesign-decisions

Read More
Design decision - What is the use/advantage of separate RandomNumberGeneratorHolder class in Math.ja...


javajava-8design-decisions

Read More
When should I not use the ThreadPool in .Net?...


c#.netmultithreadingdesign-decisions

Read More
Which db should I choose for my transaction logging...


sqldatabasedatabase-designdesign-decisionsnosql

Read More
What should I do with an object that should no longer be used in Perl?...


perloopdesign-decisions

Read More
New to java stuck on Decision Making in java...


if-statementlocal-variablesdesign-decisions

Read More
CSS code structure decision...


htmlcssresponsive-designmedia-queriesdesign-decisions

Read More
Why was "immediate" attribute added to the EditableValueHolders?...


jsfdesign-decisionsimmediate-attribute

Read More
Why does ContinueWith pass the Task as the parameter...


.nettask-parallel-librarydesign-decisions

Read More
Tuples implementation...


c#tuplesdesign-decisions

Read More
Efficiently pass notifications between decoupled design layers...


c++design-patternsobserver-patterndecouplingdesign-decisions

Read More
Single Page Application - Should I use MVC Framework on the server side?...


javascriptphpsingle-page-applicationrestful-architecturedesign-decisions

Read More
Why a single EJB session bean is allowed to have multiple interfaces?...


javaejbejb-3.0design-decisions

Read More
BackNext