Search code examples
Is there a compelling reason to use DI with a module/class with no dependencies in a unit test?...


c#unit-testingdependency-injectionlanguage-agnosticdependencies

Read More
C language semantic specification...


language-agnosticprogramming-languageslanguage-specifications

Read More
Meaning of weird side-effectless statement inside if...


c++if-statementlanguage-agnosticno-op

Read More
Implementing an operation without operators...


algorithmarchitecturelanguage-agnosticsystem

Read More
How to do a presentation for your co-workers containing lots of code?...


language-agnosticslideshowpowerpointpresentation

Read More
Is it a good idea to only catch exceptions in production?...


exceptionlanguage-agnostic

Read More
What's the term for "double recursion"?...


language-agnosticrecursionterminology

Read More
How to design a timer-based web game (like Cafe World)...


language-agnostic

Read More
Why exactly not treat all warnings as errors when there're no warnings in third party code?...


c++visual-c++language-agnosticcompiler-constructioncompiler-warnings

Read More
How to Check for existence of Hamiltonian walk in O(2^n) of memory and O(2^n *n) of time...


algorithmlanguage-agnosticdynamic-programmingbitmaskbit-masks

Read More
Unique string to identify user file...


language-agnosticuniquefilepath

Read More
How do I implement a numerically stable weighted logaddexp?...


mathlanguage-agnosticnumerical-stability

Read More
What is a good heuristic for determining the tab width used in a source file?...


language-agnosticindentationheuristics

Read More
Algorithm to get count of distinct vowels in a word...


stringalgorithmlanguage-agnostic

Read More
Sequence of boolean operations with the following truth table...


language-agnosticbit-manipulationbitwise-operatorsboolean-logicbitmask

Read More
Fast average without division...


algorithmlanguage-agnosticbit-manipulationbinary-search

Read More
Standard name for method to check and set a variable...


language-agnosticnaming-conventions

Read More
Is there an O(1) algorithm for generating the result of a series of random events?...


algorithmrandomlanguage-agnostic

Read More
Quicksort. How to choose pivot element?...


javaalgorithmlanguage-agnosticquicksort

Read More
Non-deterministic finite state machines in software development?...


algorithmlanguage-agnosticmathstate-machine

Read More
Find all occurrences of max value in an unsorted list - single pass with constant memory...


algorithmlanguage-agnostictime-complexity

Read More
Why do xterm's docs call ' ' a control character?...


shelllanguage-agnosticconsoleansi-escape

Read More
Protection of code from its own developers...


visual-studiolanguage-agnosticproject-managementsource-code-protection

Read More
Possible linear time algorithm for minimum xor route through array...


algorithmlanguage-agnosticgreedy

Read More
Automatically tracking development time...


language-agnosticdevelopment-environment

Read More
How to align rectangles with different width horizontally to center, but keeping the anchor point at...


algorithmmathlanguage-agnosticgeometry

Read More
How to improve this Dynamic programming solution(Optimisation in algorithm)...


algorithmlanguage-agnosticdynamic-programming

Read More
How to make a map of range to a single value?...


node.jslanguage-agnostic

Read More
Improving a big hierarchy tree...


c#performancetreelanguage-agnostic

Read More
Is there an edit distance algorithm that takes "chunk transposition" into account?...


algorithmlanguage-agnosticlevenshtein-distanceedit-distance

Read More
BackNext