Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Which existing language features are the most difficult to implement and why?

I need a basic concrete example on how to use TDD along with Design by Contract

Are licenses relevant for small code snippets? [closed]

Language Agnostic API Generation

Maximize function: what method?

Design choice: pass service to object or object to service?

Comparison method for sorting that shuffles equal elements randomly

Coding Competition, language agnostic guidelines?

Mediator pattern or too much responsibility

Connection is reset. How to emulate?

Regex for matching specified text, then anything except a specified text, then anything, then specified text

Summing values in one-line comma delimited file

Is there more to the builder pattern than what named optional parameters offer?

To what extent should code try to explain fatal exceptions?

Convert a quadratic curve points to polynomial representation?

call one constructor from another constructors in one class

Given a sorted array with a few numbers in between reversed. How to sort it?

Data structure that supports the following in O(1) time: initialization, insertion, deletion, finding an element, deleting all elements

Why support comparison between different data types based on (seemingly) arbitrary rules?

Fast generation of random numbers that appear random